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