Click or drag to resize

PdfWebControlHideViewShortcuts Property

Gets or sets a value indicating whether the view shortcuts are always hidden in the PdfWebControl viewer.

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

Property Value

Type: Boolean
true if the view shortcut buttons are always hidden and view options are shown via a drop down menu; otherwise false. The default is false.
Remarks

Shortcuts will always be hidden if HideViewMenu is true.

Shortcuts will be hidden (and available via drop down menu) if DisableResponsive is false and the viewport is too narrow.

See Also