RedactionAnnotation.RedactionAnnotation

RedactionAnnotation(Document)

Constructor for RedactionAnnotation. For using in Generator.

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

See Also


RedactionAnnotation(Page, Rectangle)

Constructor for RedactAnnotation.

public RedactionAnnotation(Page page, Rectangle rect)
ParameterTypeDescription
pagePagePage where annotation will be placed.
rectRectangleAnnotation position on the page.

See Also