Gets the y-coordinate of the top edge of this
PdfRectangle
structure.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public double Top { get; }
VB
Public ReadOnly Property Top As Double
Get
Property Value
Type:
DoubleThe y-coordinate of the top edge of this
PdfRectangle
structure.
See Also