VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    [DefaultValue(null)]
    [Description("An array of 4 x N points specifying the coordinates of N quadrilaterals in default user space.")]
    [Category("Common")]
    public: __property System.Drawing.PointF[] get_QuadPoints();
    public: __property void set_QuadPoints(
    System.Drawing.PointF[]* value
    );
    [DefaultValue(null)]
    [Description("An array of 4 x N points specifying the coordinates of N quadrilaterals in default user space.")]
    [Category("Common")]
    public:
    property System.Drawing.PointF[] QuadPoints { System.Drawing.PointF[] get(); void set(array<System.Drawing.PointF>^ value); }
    Remarks

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

    Requirements

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

    See Also