PdfWebControlLiteViewerScrollXDefault Property |
Namespace:
RadPdf.Web.UI
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic int ViewerScrollXDefault { get; set; }
Public Property ViewerScrollXDefault 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