Windows SDK 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_READYTOUSE , 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
}
 

Detailed Description

ZOOM Custom Annotation Interface.

Definition in file customized_annotation.h.

Enumeration Type Documentation

◆ CustomizedShareAnnotationStatus

Status of custom annotation toolbar. Here are more detailed structural descriptions..

Enumerator
CS_ANNO_READYTOUSE 

The toolbar has been created.

CS_ANNO_CLOSE 

The toolbar will be destroyed.

Definition at line 18 of file customized_annotation.h.

19{
22};
@ CS_ANNO_READYTOUSE
The toolbar has been created.
@ CS_ANNO_CLOSE
The toolbar will be destroyed.

◆ 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.