Click or drag to resize

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.44.0.0 (3.44.0.0)
Syntax
public bool HideThumbnails { get; set; }

Property Value

Type: Boolean
true if the left thumbnail sidebar is disabled and hidden; otherwise false. The default is false.
Remarks

If HideBookmarks and HideThumbnails are both set to true, CollapseTools will also be in effect in the viewer

See Also