PdfWebControlEnableRestoreAllPages Property |
Gets or sets a value indicating whether the restore all pages button is shown in a
PdfWebControl viewer.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool EnableRestoreAllPages { get; set; }
Public Property EnableRestoreAllPages As Boolean
Get
Set
Property Value
Type:
Booleantrue if the button should be enabled and shown; otherwise
false. The default value is
false.
Remarksfalse is the default state of this property
See Also