Click or drag to resize

FreeTextSetCalloutLinePoints Method (Point, Point, Point)

Sets the callout line points of the FreeText annotation. (Optional; meaningful only if IT is FreeTextCallout; PDF 1.6)

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetCalloutLinePoints(
	Point p1,
	Point p2,
	Point p3
)

Parameters

p1
Type: pdftron.PDFPoint
The staring point.
p2
Type: pdftron.PDFPoint
The ending point.
p3
Type: pdftron.PDFPoint
The kee point.
Remarks
The three Point objects specify a callout line attached to the free text annotation. The three Point objects represent the starting, knee point, and ending coordinates of the line in default user space.
See Also