PdfBox.Top Property

Gets the y-coordinate of the top edge of this PdfBox 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: Double
The y-coordinate of the top edge of this PdfBox structure.

See Also