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




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

    Property Value

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