Gets or sets the width of the page.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public float Width { get; set; }
Public Property Width As Single Get Set
public: property float Width { float get (); void set (float value); }
member Width : float32 with get, set