Skip to content
Guides

Themes

Theme refers to using different background colors to render PDF document pages when displaying PDF files to adapt to user preferences and scene needs, enhancing the reading experience.

When modifying the theme, only the visual effects during document display are altered, and it does not modify the PDF document data on the disk. The theme settings are not saved within the PDF document data.

This example shows how to set the dark theme:

C#
myCPDFViewer.SetDrawMode(ComPDFKitViewer.DrawModes.Draw_Mode_Dark);

Explanation of Themes

ModeDescriptionOption Values
Light Color ModeUses a white background and black text, suitable for reading in well-lit environments.DrawModes.Draw_Mode_Normal
Dark ModeUses a dark background and light text, suitable for reading in low-light environments.DrawModes.Draw_Mode_Dark
Soft ModeUse a beige background for users who are used to reading on paper.DrawModes.Draw_Mode_Soft
Eye Protection ModeSoft light green background reduces discomfort from high brightness and strong contrast when reading, effectively relieving visual fatigue.DrawModes.Draw_Mode_Green
Custom Color ModeCustomizable color scheme.DrawModes.Draw_Mode_Custom