PdfRichMediaDeactivationMode Enumeration

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

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

Syntax

C#
public enum PdfRichMediaDeactivationMode
VB
Public Enumeration PdfRichMediaDeactivationMode

Members

  Member nameValueDescription
OnPageClose0 Deactivates the annotation as soon as the page containing the annotation loses focus as the current page.
OnPageInvisible1 Deactivates the annotation as soon as the page containing the annotation becomes invisible.
ExplicitDeactivation2 Keeps the annotation active until explicitly deactivated by a script or user action.

Remarks

At any one time, only a single page is considered open in the PDF viewer, even though more than one page may be visible, depending on the page layout.

See Also