Show / Hide Table of Contents

Class Redactor.Redaction

Inheritance
System.Object
Redactor.Redaction
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public class Redaction

Constructors

Redaction(Int32, Rect, Boolean, String)

Declaration
public Redaction(int page_num, Rect bbox, bool negative, string text)
Parameters
Type Name Description
System.Int32 page_num

a page number on which to perform the redaction.

Rect bbox

the bounding box for the redaction in PDF page coordinate system.

System.Boolean negative

if true, remove the content outside of the redaction area, otherwise remove the content inside the redaction area.

System.String text

optional anchor text to be placed in the redaction region.

Back to top Generated by DocFX