Skip to main content

PdfViewer.HorizontalScrollPosition Property

Specifies the horizontal position of the PdfViewer scroll bar.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

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