Click or drag to resize

CPDFViewerVerticalOffset Property

Gets the vertical offset of the scrolled content.

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public double VerticalOffset { get; }

Return Value

Type: Double
A Double that represents, in device independent pixels, the vertical offset of the scrolled content. Valid values are between zero and the ExtentHeight minus the ViewportHeight. This property has no default value.

Implements

IScrollInfoVerticalOffset
See Also