Click or drag to resize

PdfViewerHorizontalOffset Property

Gets the horizontal offset of the scrolled content.

Namespace: Patagames.Pdf.Net.Controls.Wpf
Assembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax
public double HorizontalOffset { get; }

Property Value

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

Implements

IScrollInfoHorizontalOffset
Remarks
Valid values are between zero and the ExtentWidth minus the ViewportWidth.
See Also