RedactorRedaction Constructor |
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
)
Public Sub New (
page_num As Integer,
bbox As Rect,
negative As Boolean,
text As String
)
public:
RedactorRedaction(
[InAttribute] int page_num,
[InAttribute] Rect^ bbox,
[InAttribute] bool negative,
[InAttribute] String^ text
)
pdftron.PDF.RedactorRedaction = function(page_num, bbox, negative, 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