Click or drag to resize

CPDFViewerHorizontalOffset Property

Gets the horizontal 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 HorizontalOffset { get; }

Return Value

Type: Double
A Double that represents, in device independent pixels, the horizontal offset. This property has no default value.

Implements

IScrollInfoHorizontalOffset
See Also