Click or drag to resize

PdfWebControlLiteTheme Property

Gets or sets a value indicating which theme should be used in a PdfWebControlLite instance.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public ViewerTheme Theme { 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