PdfWebControlLiteTheme Property  | 
 
            Gets or sets a value indicating which theme should be used in a 
PdfWebControlLite instance.
            
 
    Namespace: 
   RadPdf.Web.UI
    Assembly:
   RadPdf (in RadPdf.dll) Version: 4.7.0.0 (4.7.0.0)
Syntaxpublic ViewerTheme Theme { get; set; }Public Property Theme As ViewerTheme
	Get
	Set
Property Value
Type: 
ViewerTheme
            The desired viewer theme to be used.
            The default is 
Modern.
            
Remarks
            To use the classic RAD PDF theme, use Classic.
            
See Also