Click or drag to resize

CalloutAnnotationLine Property

Gets or sets the line for the CalloutAnnotation. There is no guidance in the PDF specification as how the line in the callout should be defined, including making lines that don't originate from the annotation. Be aware that while unusual representations may be rendered correctly, if they are moved a viewer is likely to change the location of at least the starting point.

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 Line { get; set; }

Property Value

Type: CalloutLine
The line that represents where the callout line starts from and points to.
See Also