Gets or sets the y-coordinate of the upper-left corner of this
PdfRectangle structure.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public double Y {
get;
set; }
VB
Public Property Y As Double
Get
Set
Property Value
Type:
Double
The y-coordinate of the upper-left corner of this
PdfRectangle
structure.
See Also