Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
customized_annotation.h File 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 }
 Enumeration of custom annotation toolbar status. 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
}
 Enumeration of annotation save type. More...
 

Detailed Description

ZOOM Custom Annotation Interface.

Definition in file customized_annotation.h.

Enumeration Type Documentation

◆ CustomizedShareAnnotationStatus

Enumeration of custom annotation toolbar status. 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 17 of file customized_annotation.h.

18{
19
21
23};
@ CS_ANNO_READY_TO_USE
@ CS_ANNO_CLOSE

◆ SDKAnnoSaveType

Enumeration of annotation save type.

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 28 of file customized_annotation.h.