ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearCapOneValue Class / Value Property




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

    Property Value

    The value can be on of the following types:
    See Also