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