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; }
Public ReadOnly Property QuadPoints As PointF()
Get
public:
property array<PointF>^ QuadPoints {
array<PointF>^ get ();
}
member QuadPoints : PointF[] with 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