[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.RichMediaAnnotationActivation

Class RichMediaAnnotationActivation

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

Specifies the activation conditions of a RichMediaAnnotation.

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

Properties

PageBecomesVisible

The annotation is activated as soon as any part of the page that contains the annotation becomes visible.

public static PdfName PageBecomesVisible { get; }

Property Value

PdfName

PageReceivesFocus

The annotation is activated as soon as the page that contains the annotation receives focus as the current page.

public static PdfName PageReceivesFocus { get; }

Property Value

PdfName

UserAction

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

public static PdfName UserAction { get; }

Property Value

PdfName