Namespace: BitMiracle.Docotic.Pdf
public enum PdfRichMediaDeactivationMode
Public Enumeration PdfRichMediaDeactivationMode
Member name | Value | Description | |
---|---|---|---|
OnPageClose | 0 | Deactivates the annotation as soon as the page containing the annotation loses focus as the current page. | |
OnPageInvisible | 1 | Deactivates the annotation as soon as the page containing the annotation becomes invisible. | |
ExplicitDeactivation | 2 | Keeps the annotation active until explicitly deactivated by a script or user action. |