Accusoft ImagXpress 12
TagGetDataItem Method
See Also  Send comments on this topic.
itemNbr

The index of the data item to get for the current tag.

Vaild values are 1 to TagCount.

AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : TagGetDataItem Method

Glossary Item Box

Description

Retrieves a data item from the current tag in the image's tag list.

Syntax

Visual Basic
Public Function TagGetDataItem( _
   ByVal itemNbr As Long _
) As Variant

Parameters

itemNbr

The index of the data item to get for the current tag.

Vaild values are 1 to TagCount.

Return Type

Variant containing the tag's data item.

Remarks

If the image loaded into the control is not a TIFF or EXIF file or no tags have been added with the TagAdd method, the ImagError property is set to IX_Error_TagItemNotFound.  

Note: Available in Professional Edition. 

See Also

©2013. Accusoft Corporation. All Rights Reserved.