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)
ParameterTypeDescription
pageIndexint32_tIndex of the page.
rectSystem::SharedPtr<Rectangle>Area rectangle.
colorSystem::Drawing::ColorFilling color.

See Also