public class

RedactionManager

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.utils.RedactionManager

Summary

Public Constructors
RedactionManager(PDFViewCtrl pdfViewCtrl)
Public Methods
void applyRedaction()
void applyRedactionImpl()
void destroy()
Cleans up resources.
void openPageRedactionDialog()
void openRedactionBySearchDialog()
void redactPages(ArrayList<Integer> pages)
void redactSearchResults(ArrayList<Pair<Integer, ArrayList<Double>>> searchResults)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RedactionManager (PDFViewCtrl pdfViewCtrl)

Public Methods

public void applyRedaction ()

public void applyRedactionImpl ()

public void destroy ()

Cleans up resources.

public void openPageRedactionDialog ()

public void openRedactionBySearchDialog ()

public void redactPages (ArrayList<Integer> pages)

Throws
Exception

public void redactSearchResults (ArrayList<Pair<Integer, ArrayList<Double>>> searchResults)

Throws
Exception