StampAnnotation.StampAnnotation

StampAnnotation(Document)

Constructor

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

See Also


StampAnnotation(Page, Rectangle)

Creates new Stamp annotation on the specified page.

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