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:
DoubleThe y-coordinate that is the sum of
PdfRectangle.Y and
PdfRectangle.Height of this
PdfRectangle
structure.
See Also