Class Redactor.Redaction
Inherited Members
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public class Redactor.Redaction
Constructors
Redaction(int, Rect, bool, string)
Declaration
public Redaction(int page_num, Rect bbox, bool negative, string text)
Parameters
Type | Name | Description |
---|---|---|
int | page_num | a page number on which to perform the redaction. |
Rect | bbox | the bounding box for the redaction in PDF page coordinate system. |
bool | negative | if true, remove the content outside of the redaction area, otherwise remove the content inside the redaction area. |
string | text | optional anchor text to be placed in the redaction region. |