PdfWebControlLiteViewerScrollYDefault Property |
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public int ViewerScrollYDefault { get; set; }
Public Property ViewerScrollYDefault As Integer
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