PdfQuadrilateral.FirstCorner Property

Gets or sets the coordinates of the first corner of this PdfQuadrilateral structure.

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

Syntax

C#
public PdfPoint FirstCorner { get; }
VB
Public ReadOnly Property FirstCorner As PdfPoint
	Get

Property Value

Type: PdfPoint
A PdfPoint that represents the first corner of this quadrilateral.

See Also