VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfInkAnnotation Class / InkPoints Property
Syntax Requirements SeeAlso
In This Topic
    InkPoints Property (PdfInkAnnotation)
    In This Topic
    Gets or sets an array of arrays, each representing a stroked path, in default user space.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(null)>
    <CategoryAttribute("Common")>
    <DescriptionAttribute("An array of arrays, each representing a stroked path, in default user space.")>
    Public Property InkPoints As System.Drawing.PointF[][]
    
    
    [DefaultValue(null)]
    [Category("Common")]
    [Description("An array of arrays, each representing a stroked path, in default user space.")]
    public System.Drawing.PointF[][] InkPoints { get; set; }
    
    
    [DefaultValue(null)]
    [Category("Common")]
    [Description("An array of arrays, each representing a stroked path, in default user space.")]
    public: __property System.Drawing.PointF[][] get_InkPoints();
    public: __property void set_InkPoints(
    System.Drawing.PointF[]* value
    );
    [DefaultValue(null)]
    [Category("Common")]
    [Description("An array of arrays, each representing a stroked path, in default user space.")]
    public:
    property System.Drawing.PointF[][] InkPoints { System.Drawing.PointF[][] get(); void set(array<System.Drawing.PointF>^ value); }
    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