PdfWebControlLiteViewerScrollXDefault Property |
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public 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
ViewerScrollDefaultValueRemarks
This value can be set in inches by considering the value of
RenderDpi.
See Also