| RedactDataAddRedaction Method |
Add a new redaction on the specified page.
Namespace:
Opait.Redact
Assembly:
Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax public RedactItem AddRedaction(
int pageNumber,
PdfRectangle bounds
)
Parameters
- pageNumber
- Type: SystemInt32
The index of the page that the redaction is added. - bounds
- Type: Opait.Pdf.ApiPdfRectangle
The bounding rectangle of the redactiopn in PDF page coordinates.
Return Value
Type:
RedactItemThe added redaction item.
See Also