ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearCapArray Class / Add Method
The capability value to be added to the end of the array.




In This Topic
    Add Method (ImGearCapArray)
    In This Topic
    This method adds an object to the end of the array.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal value As Object _
    ) 
    'Usage
     
    Dim instance As ImGearCapArray
    Dim value As Object
     
    instance.Add(value)
    public void Add( 
       object value
    )
    public: void Add( 
       Object* value
    ) 
    public:
    void Add( 
       Object^ value
    ) 

    Parameters

    value
    The capability value to be added to the end of the array.
    Remarks
    The Value parameter can be of the following types:
    See Also