| PdfViewerExtentHeight Property |
Gets the vertical size of the extent.
Namespace: Patagames.Pdf.Net.Controls.WpfAssembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax public double ExtentHeight { get; }
Public ReadOnly Property ExtentHeight As Double
Get
public:
virtual property double ExtentHeight {
double get () sealed;
}
abstract ExtentHeight : float with get
override ExtentHeight : float with get
/** @property */
public final double get_ExtentHeight()
function get_ExtentHeight();
Property Value
DoubleA Double that represents, in device independent pixels, the vertical size of the extent. This property has no default value.
Implements
IScrollInfoExtentHeightSee Also