Aspose::Pdf::Facades::PdfAnnotationEditor::RedactArea method
PdfAnnotationEditor::RedactArea method
Redacts area on the specified page. All contents is removed.
void Aspose::Pdf::Facades::PdfAnnotationEditor::RedactArea(int32_t pageIndex, System::SharedPtr<Rectangle> rect, System::Drawing::Color color)
| Parameter | Type | Description |
|---|---|---|
| pageIndex | int32_t | Index of the page. |
| rect | System::SharedPtr<Rectangle> | Area rectangle. |
| color | System::Drawing::Color | Filling color. |
See Also
- Typedef SharedPtr
- Class Rectangle
- Class Color
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++