TextAnnotation.TextAnnotation

TextAnnotation(Document)

Constructor for annotation when used in Generator.

public TextAnnotation(Document document)
ParameterTypeDescription
documentDocumentDocument where text annotation will be created.

See Also


TextAnnotation(Page, Rectangle)

Creates new Text annotation on the specified page.

public TextAnnotation(Page page, Rectangle rect)
ParameterTypeDescription
pagePageThe document’s page where annotation should be created.
rectRectangleThe annotation rectangle, defining the location of the annotation on the page.

See Also