Gets or sets X co-ordinate of the template element on 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 X { get; set; }
Public Property X As Single Get Set
public: property float X { float get (); void set (float value); }
member X : float32 with get, set