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)
Syntaxpublic double HorizontalOffset { get; }
Return Value
Type:
DoubleA
Double that represents, in device independent pixels, the horizontal offset. This property has no default value.
Implements
IScrollInfoHorizontalOffset
See Also