Meeting SDK for Windows API Reference
|
ZOOM Custom Annotation Interface. More...
Go to the source code of this file.
Data Structures | |
class | ICustomizedAnnotationObjEvent |
Annotation object callback event. More... | |
class | ICustomizedAnnotationObj |
Annotation object interface. More... | |
class | ICustomizedAnnotationControllerEvent |
Annotation controller callback event. More... | |
class | ICustomizedAnnotationController |
Annotation controller interface. More... | |
Enumerations | |
enum | CustomizedShareAnnotationStatus { CS_ANNO_READY_TO_USE , CS_ANNO_CLOSE } |
Status of custom annotation toolbar. Here are more detailed structural descriptions.. More... | |
enum | SDKAnnoSaveType { SDK_ANNO_SAVE_NONE = 0 , SDK_ANNO_SAVE_PNG , SDK_ANNO_SAVE_PDF , SDK_ANNO_SAVE_PNG_MEMORY , SDK_ANNO_SAVE_PDF_MEMORY , SDK_ANNO_SAVE_BITMAP_MEMORY } |
ZOOM Custom Annotation Interface.
Definition in file customized_annotation.h.
Status of custom annotation toolbar. Here are more detailed structural descriptions..
Enumerator | |
---|---|
CS_ANNO_READY_TO_USE | The toolbar has been created. |
CS_ANNO_CLOSE | The toolbar will be destroyed. |
Definition at line 18 of file customized_annotation.h.
enum SDKAnnoSaveType |
Enumerator | |
---|---|
SDK_ANNO_SAVE_NONE | |
SDK_ANNO_SAVE_PNG | |
SDK_ANNO_SAVE_PDF | |
SDK_ANNO_SAVE_PNG_MEMORY | |
SDK_ANNO_SAVE_PDF_MEMORY | |
SDK_ANNO_SAVE_BITMAP_MEMORY |
Definition at line 24 of file customized_annotation.h.