Click or drag to resize

PdfWebControlLiteCollapsibleViewerSide Property

Gets or sets a value indicating whether the viewer panel (e.g. Thumbnails, Bookmarks, etc.) can collapse (when the already active icon is clicked) in the PdfWebControlLite viewer.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool CollapsibleViewerSide { get; set; }

Property Value

Type: Boolean
true if the viewer side panel dialog can collapse; otherwise false. The default is true.
Remarks

If true, the viewer side panel is open based on ViewerSideDefault.

If HideBookmarks and HideThumbnails, the viewer side panel is open based on ViewerSideDefault.

When the viewer side panel is collapsed, the GUI will behave as if CollapseTools is true.

In versions 3.33 and lower the default value was false.

See Also