Constructor Aspose::Pdf::Annotations::RedactionAnnotation::RedactionAnnotation

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

Constructor para RedactAnnotation.

Aspose::Pdf::Annotations::RedactionAnnotation::RedactionAnnotation(const System::SharedPtr<Aspose::Pdf::Page> &page, const System::SharedPtr<Rectangle> &rect)
ParámetroTipoDescripción
pageconst System::SharedPtr<Aspose::Pdf::Page>&Page donde se colocará la anotación.
rectconst System::SharedPtr<Rectangle>&Annotation posición en la página.

Ver también

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

Constructor para RedactionAnnotation. Para usar en Generator.

Aspose::Pdf::Annotations::RedactionAnnotation::RedactionAnnotation(const System::SharedPtr<Document> &document)
ParámetroTipoDescripción
documentconst System::SharedPtr<Document>&Document donde se creará la nueva anotación.

Ver también