Click or drag to resize

CalloutAnnotation Constructor (PdfBounds)

Initializes a new instance of the CalloutAnnotation class using the bounds provided. In order for the annotation to be complete it needs to be set to point at a particular location. This can be done by setting the Line property. To make it easier to build the callout Line property, you can use the utility method PointAt(PdfPoint).

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 CalloutAnnotation(
	PdfBounds bounds
)

Parameters

bounds
Type: Atalasoft.PdfDoc.GeometryPdfBounds
The bounds.
See Also