Click or drag to resize

CalloutAnnotation Constructor

Overload List
  NameDescription
Public methodCalloutAnnotation
Initializes a new instance of the CalloutAnnotation class.
Public methodCalloutAnnotation(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).
Public methodCalloutAnnotation(PdfBounds, String)
Initializes a new instance of the CalloutAnnotation class using the bounds and text 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).
Public methodCalloutAnnotation(PdfBounds, String, PdfPoint)
Initializes a new instance of the CalloutAnnotation class with the text provided, pointing at the supplied point with an open arrow head.
Public methodCalloutAnnotation(PdfBounds, String, PdfPoint, LineEndingKind)
Initializes a new instance of the CalloutAnnotation class with the text provided, pointing at the supplied point with the specified line ending kind.
Top
See Also