ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / CheckBox Class / Value Property




In This Topic
    Value Property (CheckBox)
    In This Topic
    Gets or sets the value of the field.
    Syntax
    'Declaration
     
    Public Property Value As String
    'Usage
     
    Dim instance As CheckBox
    Dim value As String
     
    instance.Value = value
     
    value = instance.Value
    public string Value {get; set;}
    public: __property string* get_Value();
    public: __property void set_Value( 
       string* value
    );
    public:
    property String^ Value {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    Either "Off" or the export value of the selected (and usually only) option.
    Exceptions
    ExceptionDescription
    When attempting to enter a value that does not exist as an option in the field.
    See Also