Accusoft.TwainPro9.Net
Add Method (ExtendedImageInfoContainerValueCollection)




Adds an ExtendedImageInfoContainerValue to the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As ExtendedImageInfoContainerValue _
) As Integer
'Usage
 
Dim instance As ExtendedImageInfoContainerValueCollection
Dim value As ExtendedImageInfoContainerValue
Dim value As Integer
 
value = instance.Add(value)

Parameters

value

Return Value

An integer which represents the length of the collection.
Remarks

This method inserts a new ExtendedImageInfoContainerValue object at the end of the collection. When this method is complete, the length of the collection will be one larger than it was and the element with the highest index will be the new object.

See Also

Reference

ExtendedImageInfoContainerValueCollection Class
ExtendedImageInfoContainerValueCollection Members
ExtendedImageInfoContainerValue Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback