 | PdfPageWidth Property |
Gets page width (excluding non-displayable area) measured in points.One point is 1/72 inch (around 0.3528 mm)
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic float Width { get; }Public ReadOnly Property Width As Single
Get
public:
property float Width {
float get ();
}member Width : float32 with get
/** @property */
public float get_Width()
Property Value
Single
See Also