[]
Specifies the deactivation conditions of a RichMediaAnnotation.
public static class RichMediaAnnotationDeactivation
The annotation is deactivated as soon as the entire page that contains the annotation is no longer visible.
public static PdfName PageBecomesInvisible { get; }
The annotation is deactivated as soon as the page that contains the annotation loses focus as the current page.
public static PdfName PageLosesFocus { get; }
The annotation is explicitly deactivated by a user action or script.
public static PdfName UserAction { get; }