Accusoft.ImagXpress13.Net
Insert Method (ImageXTagCollection)




The zero-based index at which the ImageXTag should be inserted.
The ImageXTag to be inserted.
Inserts an ImageXTag at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal tag As ImageXTag _
) 
'Usage
 
Dim instance As ImageXTagCollection
Dim index As Integer
Dim tag As ImageXTag
 
instance.Insert(index, tag)
public void Insert( 
   int index,
   ImageXTag tag
)
public: void Insert( 
   int index,
   ImageXTag* tag
) 
public:
void Insert( 
   int index,
   ImageXTag^ tag
) 

Parameters

index
The zero-based index at which the ImageXTag should be inserted.
tag
The ImageXTag to be inserted.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageXTagCollection Class
ImageXTagCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback