VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormSwitchableButtonField Class / ButtonValue Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ButtonValue Property (PdfInteractiveFormSwitchableButtonField)
    In This Topic
    Gets or sets the button value.
    Syntax
    'Declaration
    
    <CategoryAttribute("Value")>
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("The button value.")>
    <RefreshPropertiesAttribute(Repaint)>
    Public Property ButtonValue As System.String
    
    
    [Category("Value")]
    [DefaultValue(null)]
    [Description("The button value.")]
    [RefreshProperties(Repaint)]
    public System.String ButtonValue { get; set; }
    
    
    [Category("Value")]
    [DefaultValue(null)]
    [Description("The button value.")]
    [RefreshProperties(Repaint)]
    public: __property System.String get_ButtonValue();
    public: __property void set_ButtonValue(
    System.String value
    );
    [Category("Value")]
    [DefaultValue(null)]
    [Description("The button value.")]
    [RefreshProperties(Repaint)]
    public:
    property System.String ButtonValue { System.String get(); void set(System.String value); }
    Remarks

    Button value is a non-"Off" annotation appearance name.

    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