Click or drag to resize

PdfWebControlLiteEnableRestoreAllPages Property

Gets or sets a value indicating whether the restore all pages button is shown in a PdfWebControlLite viewer.

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

Property Value

Type: Boolean
true if the button should be enabled and shown; otherwise false. The default value is false.
Remarks
false is the default state of this property
See Also