Gets the coordinates of the lower-left corner of this
PdfBox structure.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfPoint Location {
get;
}
VB
Public ReadOnly Property Location As PdfPoint
Get
Property Value
Type:
PdfPoint
A
PdfPoint that represents the lower-left corner of this
PdfBox structure.
See Also