HPS::Publish::Deactivation

class HPS::Publish::Deactivation

The Publish::Deactivation class is a concept class for deactivation-related enumeration.

Public Types

enum When

Enumerates when an annotation is deactivated.

Values:

enumerator Explicit

Annotation is not deactivated until a script or the user explcitly deactivate it (kA3DPDFActivExplicitDesactivation).

enumerator Closed

Annotation is deactivated as soon as the page containing it is closed (kA3DPDFActivPageClosed).

enumerator NotVisible

Annotation is deactivated as soon as the page containing it is no longer visible (kA3DPDFActivPageNotVisible).