VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / AppearanceState Property
Syntax Remarks Requirements SeeAlso
In This Topic
    AppearanceState Property (PdfAnnotation)
    In This Topic
    Gets or sets name of appearance state.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(null)>
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("Name of appearance state.")>
    Public Property AppearanceState As System.String
    
    
    [DefaultValue(null)]
    [Category("Appearance")]
    [Description("Name of appearance state.")]
    public System.String AppearanceState { get; set; }
    
    
    [DefaultValue(null)]
    [Category("Appearance")]
    [Description("Name of appearance state.")]
    public: __property System.String get_AppearanceState();
    public: __property void set_AppearanceState(
    System.String value
    );
    [DefaultValue(null)]
    [Category("Appearance")]
    [Description("Name of appearance state.")]
    public:
    property System.String AppearanceState { System.String get(); void set(System.String value); }
    Remarks

    This property is required if annotation has an appearance subdictionary, i.e. NormalStates, RolloverStates or DownStates) is specified.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also