PopupAnnotation.PopupAnnotation

PopupAnnotation(Document)

Constructor. for using in Generator.

public PopupAnnotation(Document document)
ParameterTypeDescription
documentDocumentDocument where new popup annotation will be created.

See Also


PopupAnnotation(Page, Rectangle)

Creates new Popup annotation on the specified page.

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