Click or drag to resize

PdfWebControlLiteViewerScrollXDefault Property

Gets or sets a value indicating the horizontal scroll position on ViewerPageDefault which a PdfWebControlLite 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 ViewerScrollXDefault { 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