ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearCapRange Class / MinValue Property




In This Topic
    MinValue Property (ImGearCapRange)
    In This Topic
    Gets or sets the minimum value of the range.
    Syntax
    'Declaration
     
    Public Property MinValue As Object
    'Usage
     
    Dim instance As ImGearCapRange
    Dim value As Object
     
    instance.MinValue = value
     
    value = instance.MinValue
    public object MinValue {get; set;}
    public: __property Object* get_MinValue();
    public: __property void set_MinValue( 
       Object* value
    );
    public:
    property Object^ MinValue {
       Object^ get();
       void set (    Object^ value);
    }

    Property Value

    The value can be of the following types:
    • System.Double value.
    • System.Int64 value.
    See Also