Click or drag to resize

PdfWebControlLiteViewerPageDefault Property

Gets or sets a value indicating the default document page which a PdfWebControlLite instance should initially open.

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

Property Value

Type: Int32
The desired viewer document page number. The default is ViewerPageDefaultValue.
See Also