Click or drag to resize

PdfTextMarkupAnnotationWidget QuadPoints Property

Specifying the coordinates of n quadrilaterals. (The area specified by the Rect entry is used by default.)

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PointF[] QuadPoints { get; }

Property Value

Type: PointF
Remarks
If any coordinates in the array are outside the area specified by Rect, QuadPoints will be ignored.
See Also