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

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

Constructor for RedactAnnotation.

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

See Also

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

Constructor for RedactionAnnotation. For using in Generator.

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

See Also