Aspose::Pdf::Annotations::RedactionAnnotation::RedactionAnnotation constructor

RedactionAnnotation::RedactionAnnotation(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>) constructor

Constructor for RedactAnnotation.

Aspose::Pdf::Annotations::RedactionAnnotation::RedactionAnnotation(System::SharedPtr<Aspose::Pdf::Page> page, System::SharedPtr<Rectangle> rect)
ParameterTypeDescription
pageSystem::SharedPtr<Aspose::Pdf::Page>Page where annotation will be placed.
rectSystem::SharedPtr<Rectangle>Annotation position on the page.

See Also

RedactionAnnotation::RedactionAnnotation(System::SharedPtr<Document>) constructor

Constructor for RedactionAnnotation. For using in Generator.

Aspose::Pdf::Annotations::RedactionAnnotation::RedactionAnnotation(System::SharedPtr<Document> document)
ParameterTypeDescription
documentSystem::SharedPtr<Document>Document where new annotation will be created.

See Also