Click or drag to resize

PdfWebControlViewerScrollYDefault Property

Gets or sets a value indicating the vertical scroll position on ViewerPageDefault which a PdfWebControl instance should initially be shown.

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

Property Value

Type: Int32
The desired scroll position in pixels to initially be shown. The default is ViewerScrollDefaultValue.
Remarks
This value can be set in inches by considering the value of RenderDpi.
See Also