Accusoft.ImagXpress13.Net
Add Method (ImageXTagCollection)




An ImageXTag object.
Adds an ImageXTag to the ImageXTagCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal tag As ImageXTag _
) As Integer
'Usage
 
Dim instance As ImageXTagCollection
Dim tag As ImageXTag
Dim value As Integer
 
value = instance.Add(tag)
public int Add( 
   ImageXTag tag
)
public: int Add( 
   ImageXTag* tag
) 
public:
int Add( 
   ImageXTag^ tag
) 

Parameters

tag
An ImageXTag object.

Return Value

An integer value which represents the index value within the list of the newly added ImageXTag.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageXTagCollection Class
ImageXTagCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback