VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormSwitchableButtonField Class / Value Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Value Property (PdfInteractiveFormSwitchableButtonField)
    In This Topic
    Gets or sets a name representing the appearance state (actually field value), which is used to select the appropriate appearance from the appearance dictionary.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A name representing the appearance state (actually field value), which is used to select the appropriate appearance from the appearance dictionary.")>
    <CategoryAttribute("Value")>
    <DefaultValueAttribute("Off")>
    <RefreshPropertiesAttribute(Repaint)>
    Public Property Value As System.String
    
    
    [Description("A name representing the appearance state (actually field value), which is used to select the appropriate appearance from the appearance dictionary.")]
    [Category("Value")]
    [DefaultValue("Off")]
    [RefreshProperties(Repaint)]
    public System.String Value { get; set; }
    
    
    [Description("A name representing the appearance state (actually field value), which is used to select the appropriate appearance from the appearance dictionary.")]
    [Category("Value")]
    [DefaultValue("Off")]
    [RefreshProperties(Repaint)]
    public: __property System.String get_Value();
    public: __property void set_Value(
    System.String value
    );
    [Description("A name representing the appearance state (actually field value), which is used to select the appropriate appearance from the appearance dictionary.")]
    [Category("Value")]
    [DefaultValue("Off")]
    [RefreshProperties(Repaint)]
    public:
    property System.String Value { System.String get(); void set(System.String value); }

    Property Value

    "Off" - checkbox is unchecked; otherwise, checkbox is checked.
    Remarks

    This property is inheritable.

    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