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ámetro | Tipo | Descripción |
|---|---|---|
| page | const System::SharedPtr<Aspose::Pdf::Page>& | Page donde se colocará la anotación. |
| rect | const System::SharedPtr<Rectangle>& | Annotation posición en la página. |
Ver también
- Typedef SharedPtr
- Class Page
- Class Rectangle
- Class RedactionAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
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ámetro | Tipo | Descripción |
|---|---|---|
| document | const System::SharedPtr<Document>& | Document donde se creará la nueva anotación. |
Ver también
- Typedef SharedPtr
- Class Document
- Class RedactionAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++