Foxit PDF SDK
9.1
|
Public Member Functions | |
void | onAnnotWillFlatten (PDFPage page, Annot annot) |
void | onAnnotFlattened (PDFPage page, Annot annot) |
void | onAnnotsWillFlatten (PDFDoc doc) |
void | onAnnotsFlattened (PDFDoc doc) |
interface definition for a callback to be invoked when flatten annotation or document.
void com.foxit.uiextensions.annots.IFlattenEventListener.onAnnotFlattened | ( | PDFPage | page, |
Annot | annot | ||
) |
Called when a annotation.has flattened.
page | The PDFPage which flatten annotation. |
annot | The specified annotation has flattened |
void com.foxit.uiextensions.annots.IFlattenEventListener.onAnnotsFlattened | ( | PDFDoc | doc | ) |
Called when annotations.has flattened.
doc | The PDFDoc which flatten annotations. |
void com.foxit.uiextensions.annots.IFlattenEventListener.onAnnotsWillFlatten | ( | PDFDoc | doc | ) |
Called when annotations.will be flattened.
doc | The PDFDoc which flatten annotations. |