Gets or sets the y-coordinate of the top edge of the bounding box
(rectangle that defines the location of the widget on the page).
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public double Top { get; set; }
VB
Public Property Top As Double
Get
Set
Property Value
Type:
DoubleThe y-coordinate of the top edge of the bounding box.
See Also