Foxit PDF SDK
9.1
|
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) |
interface definition for a callback to be invoked when redact annotation.apply.
void com.foxit.uiextensions.annots.IRedactionEventListener.onAnnotApplied | ( | PDFPage | page, |
Annot | annot | ||
) |
Called when redact annotation has.applied.
page | The PDFPage which apply a redact annotation. |
annot | The specified redact annotation has applied |
void com.foxit.uiextensions.annots.IRedactionEventListener.onAnnotsAdded | ( | PDFDoc | doc | ) |
Called when redact annotations.added.
doc | The PDFDoc which add redact annotations. |
void com.foxit.uiextensions.annots.IRedactionEventListener.onAnnotsApplied | ( | PDFDoc | doc | ) |
Called when redact annotations has.applied.
doc | The PDFDoc which apply redact annotations. |
void com.foxit.uiextensions.annots.IRedactionEventListener.onAnnotsDeleted | ( | PDFDoc | doc | ) |
Called when redact annotations.deleted.
doc | The PDFDoc which delete redact annotations. |
void com.foxit.uiextensions.annots.IRedactionEventListener.onAnnotsWillApply | ( | PDFDoc | doc | ) |
Called when redact annotations.will be applied.
doc | The PDFDoc which apply redact annotations. |