Accusoft.ImagXpress13.Net
Contains Method (ImageXTagCollection)




The ImageXTag to locate.
Determines if the collection contains the specified ImageXTag.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal tag As ImageXTag _
) As Boolean
'Usage
 
Dim instance As ImageXTagCollection
Dim tag As ImageXTag
Dim value As Boolean
 
value = instance.Contains(tag)
public bool Contains( 
   ImageXTag tag
)
public: bool Contains( 
   ImageXTag* tag
) 
public:
bool Contains( 
   ImageXTag^ tag
) 

Parameters

tag
The ImageXTag to locate.

Return Value

A boolean value which is true if the collection contains the specified ImageXTag. Otherwise, false is returned.
Remarks

Note: Available in Professional edition.

See Also

Reference

ImageXTagCollection Class
ImageXTagCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback