PDFViewCtrlGetVScrollPos Method |
Gets the current vertical scroll position in scrollable space.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetVScrollPos()
Public Function GetVScrollPos As Double
public:
virtual double GetVScrollPos() sealed
function GetVScrollPos();
Return Value
Type:
DoubleGets the current vertical scroll position.
See Also