 | PdfViewerVerticalOffset Property |
Gets the vertical offset of the scrolled content.
Namespace: Patagames.Pdf.Net.Controls.WpfAssembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.111.2704
Syntaxpublic double VerticalOffset { get; }Public ReadOnly Property VerticalOffset As Double
Get
public:
virtual property double VerticalOffset {
double get () sealed;
}abstract VerticalOffset : float with get
override VerticalOffset : float with get
/** @property */
public final double get_VerticalOffset()
function get_VerticalOffset();
Property Value
DoubleA 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