Gets or sets the coordinates of the fourth corner of this
PdfQuadrilateral structure.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfPoint FourthCorner {
get;
}
VB
Public ReadOnly Property FourthCorner As PdfPoint
Get
Property Value
Type:
PdfPoint
A
PdfPoint that represents the fourth corner of this quadrilateral.
See Also