Accusoft.ImagXpress13.Net
RemoveAt Method (ImageXTagCollection)




An integer value which represents the index which matches the ImageXTag object to remove from the collection.
Removes the specified ImageXTag from the collection.
Syntax
'Declaration
 
Public Shadows Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ImageXTagCollection
Dim index As Integer
 
instance.RemoveAt(index)
public new void RemoveAt( 
   int index
)
public: new void RemoveAt( 
   int index
) 
public:
new void RemoveAt( 
   int index
) 

Parameters

index
An integer value which represents the index which matches the ImageXTag object to remove from the collection.
Remarks

Call the ImageXTag destructor to free the ImageXTag then remove the ImageXTag from the collection.

Note: Available in Professional edition.

See Also

Reference

ImageXTagCollection Class
ImageXTagCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback