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
)
Public Sub SetCalloutLinePoints (
p1 As Point,
p2 As Point,
p3 As Point
)
public:
virtual void SetCalloutLinePoints(
[InAttribute] Point^ p1,
[InAttribute] Point^ p2,
[InAttribute] Point^ p3
) sealed
function SetCalloutLinePoints(p1, p2, 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