Click or drag to resize

CalloutAnnotationPointAt Method

Builds a CalloutLine for this annotation which points at the given target. The CalloutLine object will be a TwoPointCalloutLine if the target is either inside the annoutation's Bounds or if it lines up with the midpoint of the nearest edge of the Bounds, otherwise it will be a ThreePointCalloutLine.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public CalloutLine PointAt(
	PdfPoint target
)

Parameters

target
Type: Atalasoft.PdfDoc.GeometryPdfPoint
The target to point to.

Return Value

Type: CalloutLine
A new CalloutLine
See Also