The Publish::Activation class is a concept class for activation-related enumerations. More...
Public Types | |
enum | When { When.Explicit = 0, When.Opened = 1, When.Visible = 2 } |
Enumerates when an annotation is activated. More... | |
The Publish::Activation class is a concept class for activation-related enumerations.
Enumerates when an annotation is activated.
Enumerator | |
---|---|
Explicit |
Annotation is not activated until a script or the user explicitly activates it, e.g., by clicking on a poster image (kA3DPDFActivExplicitActivation). |
Opened |
Annotation is activated when the page containing it is opened (kA3DPDFActivPageOpened). |
Visible |
Annotation is activated when the page containing it is visible (kA3DPDFActivPageVisible). |