CFx SDK Documentation  2020SP3
Enumerations
OdPdfPublish::Activation Namespace Reference

Enumerations

enum  When { kExplicit, kOpened, kVisible }
 

Detailed Description

Contains declarations related with activation of an <link OdPdfPublish::OdAnnotation, annotation>.

Enumeration Type Documentation

◆ When

Determines how an <link OdPdfPublish::OdAnnotation, annotation> can be activated.

Enumerator
kExplicit 
kOpened 

Annotation stays inactive until it is directly activated by a user or a script.

kVisible 

Annotation is activated when its page is opened.

Annotation is activated when its page becomes visible.

Definition at line 65 of file PdfPublishCommon.h.