Skip to main content
A newer version of this page is available. .

PdfViewer.HorizontalScrollPosition Property

Specifies the horizontal position of the PdfViewer scroll bar.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

[Browsable(false)]
public float HorizontalScrollPosition { get; set; }

Property Value

Type Description
Single

A Single value. This value must be in the 0 - 1 range.

See Also