FreeTextAnnotationCallout Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets an array of four or six numbers specifying a callout line attached to the free text annotation. Six numbers [ x1 y1 x2 y2 x3 y3 ] represent the starting, knee point, and ending coordinates of the line in default user space. Four numbers [ x1 y1 x2 y2 ] represent the starting and ending coordinates of the line.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public double[] Callout { get; set; }

Property Value

Type: Double
The callout.
See Also

Reference