PdfRichMediaActivationMode Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfRichMediaActivationMode Enumeration
Specifies when to activate 3D and rich media annotations.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfRichMediaActivationMode
VB
Public Enumeration PdfRichMediaActivationMode

Members

  Member nameValueDescription
OnPageOpen0 Activates the annotation as soon as the page containing the annotation receives focus as the current page.
OnPageVisible1

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.

ExplicitActivation2 Keeps the annotation inactive until explicitly activated by a script or user action.

See Also