Accusoft.ImagXpress13.Net
GetTag Method




An integer value which represents the tag number to receive.
A byte which represents the tag level at which the requested tag resides.
Retrieves the ImageXTag object from the ImageXTagCollection.
Syntax
'Declaration
 
Public Function GetTag( _
   ByVal TagNumber As Integer, _
   ByVal level As Byte _
) As ImageXTag
'Usage
 
Dim instance As ImageXTagCollection
Dim TagNumber As Integer
Dim level As Byte
Dim value As ImageXTag
 
value = instance.GetTag(TagNumber, level)
public ImageXTag GetTag( 
   int TagNumber,
   byte level
)
public: ImageXTag* GetTag( 
   int TagNumber,
   byte level
) 
public:
ImageXTag^ GetTag( 
   int TagNumber,
   byte level
) 

Parameters

TagNumber
An integer value which represents the tag number to receive.
level
A byte which represents the tag level at which the requested tag resides.

Return Value

An ImageXTag object.
Remarks

This method is for multipage document formats such as TIFF and EXIF.

Note: Available in Professional edition.

See Also

Reference

ImageXTagCollection Class
ImageXTagCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback