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)
| Parameter | Type | Description |
|---|---|---|
| page | const System::SharedPtr<Aspose::Pdf::Page>& | Page where annotation will be placed. |
| rect | const System::SharedPtr<Rectangle>& | Annotation position on the page. |
See Also
- 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 for RedactionAnnotation. For using in Generator.
Aspose::Pdf::Annotations::RedactionAnnotation::RedactionAnnotation(const System::SharedPtr<Document> &document)
| Parameter | Type | Description |
|---|---|---|
| document | const System::SharedPtr<Document>& | Document where new annotation will be created. |
See Also
- Typedef SharedPtr
- Class Document
- Class RedactionAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++