[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.RichMediaAnnotationDeactivation

Class RichMediaAnnotationDeactivation

Namespace
GrapeCity.Documents.Pdf.Annotations
Assembly
GcDocs.Pdf.dll

Specifies the deactivation conditions of a RichMediaAnnotation.

public static class RichMediaAnnotationDeactivation
Inheritance
object
RichMediaAnnotationDeactivation
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

PageBecomesInvisible

The annotation is deactivated as soon as the entire page that contains the annotation is no longer visible.

public static PdfName PageBecomesInvisible { get; }

Property Value

PdfName

PageLosesFocus

The annotation is deactivated as soon as the page that contains the annotation loses focus as the current page.

public static PdfName PageLosesFocus { get; }

Property Value

PdfName

UserAction

The annotation is explicitly deactivated by a user action or script.

public static PdfName UserAction { get; }

Property Value

PdfName