#include <sprk_publish.h>
Public Types | |
| enum | When { When::Explicit, When::Opened, When::Visible } |
The Publish::Activation class is a concept class for activation-related enumerations.
|
strong |
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). |