#include <sprk_publish.h>
Public Types | |
enum | When { When::Explicit, When::Closed, When::NotVisible } |
The Publish::Deactivation class is a concept class for deactivation-related enumeration.
|
strong |
Enumerates when an annotation is deactivated.
Enumerator | |
---|---|
Explicit |
Annotation is not deactivated until a script or the user explcitly deactivate it (kA3DPDFActivExplicitDesactivation). |
Closed |
Annotation is deactivated as soon as the page containing it is closed (kA3DPDFActivPageClosed). |
NotVisible |
Annotation is deactivated as soon as the page containing it is no longer visible (kA3DPDFActivPageNotVisible). |