Gets or sets width of the page template element.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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