Back to Devexpress

PdfViewer.VerticalScrollPosition Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-25614ed9.md

latest1.4 KB
Original Source

PdfViewer.VerticalScrollPosition Property

Specifies the vertical 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 VerticalScrollPosition { get; set; }
vb
<Browsable(False)>
Public Property VerticalScrollPosition As Single

Property Value

TypeDescription
Single

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

|

See Also

HorizontalScrollPosition

ScrollPositionChanged

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace