Back to Devexpress

PdfViewer.HorizontalScrollPosition Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-d1d7c741.md

latest1.4 KB
Original Source

PdfViewer.HorizontalScrollPosition Property

Specifies the horizontal position of the PdfViewer scroll bar.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[Browsable(false)]
public float HorizontalScrollPosition { get; set; }
vb
<Browsable(False)>
Public Property HorizontalScrollPosition As Single

Property Value

TypeDescription
Single

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

|

See Also

VerticalScrollPosition

ScrollPositionChanged

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace