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

PdfViewer.VerticalScrollPosition Property

Specifies the vertical position of the PdfViewer scroll bar.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.2.dll

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