Click or drag to resize

PdfWebControlLiteHideSidePanels Property

Gets or sets a value indicating whether all side panels in the PdfWebControl viewer is hidden.

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

Property Value

Type: Boolean
true if all side panels should be hidden; otherwise false. The default is false.
Remarks

This property will set the values of HideThumbnails, HideBookmarks, HideComments, and HideEmbeddedFiles.

See Also