Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / RichMediaAnnotation Class / ActivationCondition Property

In This Topic
    ActivationCondition Property
    In This Topic
    Gets or sets the GrapeCity.Documents.Pdf.Spec.IPdfName object specifying the circumstances under which the annotation shall be activated. The RichMediaAnnotationActivation static class defines the valid values.
    Syntax
    'Declaration
     
    Public Property ActivationCondition As IPdfName
    public IPdfName ActivationCondition {get; set;}
    See Also