Click or drag to resize

RedactorRedaction Constructor

Initializes a new instance of the RedactorRedaction class

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public RedactorRedaction(
	int page_num,
	Rect bbox,
	bool negative,
	string text
)

Parameters

page_num
Type: SystemInt32
a page number on which to perform the redaction.
bbox
Type: pdftron.PDFRect
the bounding box for the redaction in PDF page coordinate system.
negative
Type: SystemBoolean
if true, remove the content outside of the redaction area, otherwise remove the content inside the redaction area.
text
Type: SystemString
optional anchor text to be placed in the redaction region.
See Also