Namespace: BitMiracle.Docotic.Pdf
public enum PdfRichMediaActivationMode
Public Enumeration PdfRichMediaActivationMode
Member name | Value | Description | |
---|---|---|---|
OnPageOpen | 0 | Activates the annotation as soon as the page containing the annotation receives focus as the current page. | |
OnPageVisible | 1 | Activates the annotation as soon as any part of the page containing the annotation becomes visible. One example is in a multiple-page presentation. Only one page is the current page although several are visible. | |
ExplicitActivation | 2 | Keeps the annotation inactive until explicitly activated by a script or user action. |