ImageGear .NET - Updated
Add Method (ImGearCapArray)




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearCapArray Class : Add Method
The capability value to be added to the end of the array.
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

Reference

ImGearCapArray Class
ImGearCapArray Members
ImGearDoubleRectangle Structure