VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms.AppearanceGenerators Namespace / PdfButtonFieldAppearanceGenerator Class / DownCaption Property
Syntax Requirements SeeAlso
In This Topic
    DownCaption Property (PdfButtonFieldAppearanceGenerator)
    In This Topic
    Gets or sets 'Down' caption.
    Syntax
    'Declaration
    
    <CategoryAttribute("AppearanceCharacteristics")>
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("'Down' caption.")>
    Public Property DownCaption As System.String
    
    
    [Category("AppearanceCharacteristics")]
    [DefaultValue(null)]
    [Description("'Down' caption.")]
    public System.String DownCaption { get; set; }
    
    
    [Category("AppearanceCharacteristics")]
    [DefaultValue(null)]
    [Description("'Down' caption.")]
    public: __property System.String get_DownCaption();
    public: __property void set_DownCaption(
    System.String value
    );
    [Category("AppearanceCharacteristics")]
    [DefaultValue(null)]
    [Description("'Down' caption.")]
    public:
    property System.String DownCaption { System.String get(); void set(System.String value); }
    Requirements

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

    See Also