Show / Hide Table of Contents

Class Redactor.Redaction

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

Constructors

Redaction(Redactor.Redaction)

Declaration
public Redaction(Redactor.Redaction other)
Parameters
Type Name Description
Redactor.Redaction other

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.

Methods

Destroy()

Declaration
public void Destroy()

Dispose()

Declaration
public void Dispose()

Dispose(Boolean)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

Finalize()

Declaration
protected void Finalize()

Implements

System.IDisposable
In This Article
Back to top Generated by DocFX