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

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