Skip to main content

PdfViewer.VerticalScrollPosition Property

Specifies the vertical 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 VerticalScrollPosition { get; set; }

Property Value

Type Description
Single

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

See Also