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)
Syntaxpublic bool HideViewShortcuts { get; set; }Public Property HideViewShortcuts As Boolean
Get
Set
Property Value
Type:
Booleantrue 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