Click or drag to resize

FreeTextSetCalloutLinePoints Method (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
)

Parameters

p1
Type: pdftron.PDFPoint
The staring point.
p2
Type: pdftron.PDFPoint
The ending point.
Remarks
The two Point objects specifies a callout line attached to the free text annotation. Tbe two Point objects represent the starting and ending coordinates of the line.
See Also