VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfTextMarkupAnnotation Class / QuadPoints Property
Syntax Remarks Requirements SeeAlso
In This Topic
QuadPoints Property (PdfTextMarkupAnnotation)
In This Topic
Gets or sets an array of 4 x N points specifying the coordinates of N quadrilaterals in default user space.
Syntax
'Declaration

<DefaultValueAttribute(null)>
<DescriptionAttribute("An array of 4 x N points specifying the coordinates of N quadrilaterals in default user space.")>
<CategoryAttribute("Common")>
Public Property QuadPoints As System.Drawing.PointF[]

[DefaultValue(null)]
[Description("An array of 4 x N points specifying the coordinates of N quadrilaterals in default user space.")]
[Category("Common")]
public System.Drawing.PointF[] QuadPoints { get; set; }

Remarks

Each quadrilateral includes a word or a group of contiguous words in the text underlying the annotation.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also