VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfFreeTextAnnotation Class / CalloutLinePoints Property
Syntax Requirements SeeAlso
In This Topic
    CalloutLinePoints Property (PdfFreeTextAnnotation)
    In This Topic
    Gets or sets an array of tree point specifying a callout line attached to the free text annotation.
    Syntax
    'Declaration
    
    <DescriptionAttribute("An array of tree point specifying a callout line attached to the free text annotation.")>
    <CategoryAttribute("Appearance")>
    Public Property CalloutLinePoints As System.Drawing.PointF[]
    
    
    [Description("An array of tree point specifying a callout line attached to the free text annotation.")]
    [Category("Appearance")]
    public System.Drawing.PointF[] CalloutLinePoints { get; set; }
    
    
    [Description("An array of tree point specifying a callout line attached to the free text annotation.")]
    [Category("Appearance")]
    public: __property System.Drawing.PointF[] get_CalloutLinePoints();
    public: __property void set_CalloutLinePoints(
    System.Drawing.PointF[]* value
    );
    [Description("An array of tree point specifying a callout line attached to the free text annotation.")]
    [Category("Appearance")]
    public:
    property System.Drawing.PointF[] CalloutLinePoints { System.Drawing.PointF[] get(); void set(array<System.Drawing.PointF>^ value); }

    Property Value

    Three points represent the starting, knee point, and ending points of the line in default user space.
    Requirements

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

    See Also