Property CalloutLine
Namespace TallComponents.PDF.Annotations.Markups
Class FreeText
An array of 4 or 6 numbers specifying the callout line points in default user space.
4 numbers: [x1 y1 x2 y2] — start point (arrow tip) and end point (box edge).
6 numbers: [x1 y1 x2 y2 x3 y3] — start point, knee point, end point.
Syntax
public
Double[]
CalloutLine
{
get;
set;
}
Property value
Double[]