PdfWebControlLiteHideThumbnails Property |
Gets or sets a value indicating whether the left thumbnail side panel in the
PdfWebControlLite viewer is disabled and hidden.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool HideThumbnails { get; set; }
Public Property HideThumbnails As Boolean
Get
Set
Property Value
Type:
Booleantrue if the left thumbnail sidebar is disabled and hidden; otherwise
false. The default is
false.
Remarks See Also