Gets or sets Y 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 Y { get; set; }
Public Property Y As Single Get Set
public: property float Y { float get (); void set (float value); }
member Y : float32 with get, set