PDFRichMediaActivationCondition¶
Namespace: O2S.Components.PDF4NET.Annotations
Suported conditions for rich media annotation activation.
Inheritance Object → ValueType → Enum → PDFRichMediaActivationCondition
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| ExplicitActivation | 0 | The annotation is explicitly activated by a user action or script. |
| PageOpen | 1 | The annotation is activated as soon as the page that contains the annotation receives focus as the current page. |
| PageVisible | 2 | The annotation is activated as soon as any part of the page that contains the annotation becomes visible. |