FreeTextAnnotation.FreeTextAnnotation

FreeTextAnnotation(Document, DefaultAppearance)

Constructor to use with Generator.

public FreeTextAnnotation(Document document, DefaultAppearance appearance)
ParameterTypeDescription
documentDocumentDocument where annotation will be created.
appearanceDefaultAppearanceDefault Appearance

See Also


FreeTextAnnotation(Page, Rectangle, DefaultAppearance)

Creates new FreeText annotation on the specified page.

public FreeTextAnnotation(Page page, Rectangle rect, DefaultAppearance appearance)
ParameterTypeDescription
pagePageThe document’s page where annotation should be created.
rectRectangleThe annotation rectangle, defining the location of the annotation on the page.
appearanceDefaultAppearanceThe default appearance to be used in formatting the text.

See Also