Foxit PDF SDK  9.1
com.foxit.uiextensions.annots.IRedactionEventListener Class Referenceabstract

Public Member Functions

void onAnnotWillApply (PDFPage page, Annot annot)
 
void onAnnotApplied (PDFPage page, Annot annot)
 
void onAnnotsWillApply (PDFDoc doc)
 
void onAnnotsApplied (PDFDoc doc)
 
void onAnnotsAdded (PDFDoc doc)
 
void onAnnotsDeleted (PDFDoc doc)
 

Detailed Description

interface definition for a callback to be invoked when redact annotation.apply.

Member Function Documentation

◆ onAnnotApplied()

void com.foxit.uiextensions.annots.IRedactionEventListener.onAnnotApplied ( PDFPage  page,
Annot  annot 
)

Called when redact annotation has.applied.

Parameters
pageThe PDFPage which apply a redact annotation.
annotThe specified redact annotation has applied

◆ onAnnotsAdded()

void com.foxit.uiextensions.annots.IRedactionEventListener.onAnnotsAdded ( PDFDoc  doc)

Called when redact annotations.added.

Parameters
docThe PDFDoc which add redact annotations.

◆ onAnnotsApplied()

void com.foxit.uiextensions.annots.IRedactionEventListener.onAnnotsApplied ( PDFDoc  doc)

Called when redact annotations has.applied.

Parameters
docThe PDFDoc which apply redact annotations.

◆ onAnnotsDeleted()

void com.foxit.uiextensions.annots.IRedactionEventListener.onAnnotsDeleted ( PDFDoc  doc)

Called when redact annotations.deleted.

Parameters
docThe PDFDoc which delete redact annotations.

◆ onAnnotsWillApply()

void com.foxit.uiextensions.annots.IRedactionEventListener.onAnnotsWillApply ( PDFDoc  doc)

Called when redact annotations.will be applied.

Parameters
docThe PDFDoc which apply redact annotations.

◆ onAnnotWillApply()

void com.foxit.uiextensions.annots.IRedactionEventListener.onAnnotWillApply ( PDFPage  page,
Annot  annot 
)

Called when redact annotation.will be applied.

Parameters
pageThe PDFPage which apply a redact annotation.
annotThe specified redact annotation will be applied