| PdfViewerExtentWidth Property |
Gets the horizontal 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 ExtentWidth { get; }
Public ReadOnly Property ExtentWidth As Double
Get
public:
virtual property double ExtentWidth {
double get () sealed;
}
abstract ExtentWidth : float with get
override ExtentWidth : float with get
/** @property */
public final double get_ExtentWidth()
function get_ExtentWidth();
Property Value
DoubleA Double that represents, in device independent pixels, the horizontal size of the extent. This property has no default value.
Implements
IScrollInfoExtentWidthSee Also