GdPicture.NET.14.WEB.DocuVieware.API
GdPicture14.WEB Namespace / UserInterfaceTheme Enumeration

In This Topic
UserInterfaceTheme Enumeration
In This Topic
Specifies built-in themes of DocuVieware. When None is set, the user interface can be customized with the different related properties of the control. Any other member will produce a non modifiable interface.
Syntax
'Declaration
 
Public Enum UserInterfaceTheme 
   Inherits System.Enum
public enum UserInterfaceTheme : System.Enum 
Members
MemberValueDescription
California5 California theme. Produces a similar interface as Chrome PDF viewer.
Classic2 Classic theme.
Dark4 Dark theme.
Light3 Light theme.
None1 No theme. Default appearance is the one of the Classic theme.
PSPDFKitLight6 TMP_PSPDFKIT_THEME_NAME theme.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.WEB.UserInterfaceTheme

See Also