PdfTemplate
Width Property
|
Gets the width of the template.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float Width { get; }
Public ReadOnly Property Width As Single
Get
public:
property float Width {
float get ();
}
member Width : float32 with get
Property Value
Type:
Single
See Also