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: 5.0.0.0 (5.0.0.0)
Syntax
public bool HideThumbnails { get; set; }

Property Value

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

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

See Also