Foxit PDF SDK
9.1
|
Public Member Functions | |
void | onAnnotGrouped (PDFPage page, List< Annot > groupAnnots) |
void | onAnnotUnGrouped (PDFPage page, List< Annot > unGroupAnnots) |
interface definition for a callback to be invoked when group or ungroup annotations.
void com.foxit.uiextensions.annots.IGroupEventListener.onAnnotGrouped | ( | PDFPage | page, |
List< Annot > | groupAnnots | ||
) |
Called when group annotations.
page | The PDFPage which group annotations. |
groupAnnots | An array of Markup objects that specifies markup annotations which are to be grouped together. This array should contains at least 2 markup annotations, and all the markup annotations in this array should be different from others. All the markup annotations in this array should be in current page. |