The Publish::Deactivation class is a concept class for deactivation-related enumeration. More...
Public Types | |
enum | When { When.Explicit = 0, When.Closed = 1, When.NotVisible = 2 } |
Enumerates when an annotation is deactivated. More... | |
The Publish::Deactivation class is a concept class for deactivation-related enumeration.
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). |