Click or drag to resize

PdfWebControlLiteViewerSideDefault Property

Gets or sets a value indicating whether the side panel (if any) which a PdfWebControlLite instance should initially be shown.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public ViewerSide ViewerSideDefault { get; set; }

Property Value

Type: ViewerSide
The desired viewer side panel to initially be shown. The default is Thumbnails.
Remarks

This property does not prohibit side information from being shown in the viewer. To disable thumbnail or bookmark viewing, see HideThumbnails or HideBookmarks respectively.

See Also