Show / Hide Table of Contents

Class Redactor.Redaction

Inheritance
object
Redactor.Redaction
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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.

In This Article
Back to top Generated by DocFX