SquareAnnotation.SquareAnnotation

SquareAnnotation(Document)

Constructor for using with Generator.

public SquareAnnotation(Document document)
ParameterTypeDescription
documentDocumentDocumennt where annotation will be created.

See Also


SquareAnnotation(Page, Rectangle)

Creates new Square annotation on the specified page.

public SquareAnnotation(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