PdfBox.Bottom Property

Gets the y-coordinate of the bottom edge of this PdfBox structure.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double Bottom {
	get;
 }
VB
Public ReadOnly Property Bottom As Double
		Get

Property Value

Type: Double
The y-coordinate of the bottom edge of this PdfBox structure.

See Also