PdfQuadrilateral.SecondCorner Property

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

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

Syntax

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

Property Value

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

See Also