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