PdfAnnotationEditor.RedactArea

PdfAnnotationEditor.RedactArea method

Redacts area on the specified page. All contents is removed.

public void RedactArea(int pageIndex, Rectangle rect, Color color)
ParameterTypeDescription
pageIndexInt32Index of the page.
rectRectangleArea rectangle.
colorColorFilling color.

See Also