Accusoft ImagXpress 12
TagNext Method
See Also  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : TagNext Method

Glossary Item Box

Description

Retrieves the next tag in the image's tag list.

Syntax

Visual Basic
Public Sub TagNext() 

Remarks

The TagFirst method is required to be called before this method.

Note: The tags must be loaded by ImagXpress prior to calling this method.

Tags can be loaded by doing one of the following:

  • by loading the image into ImagXpress (e.g. FileName property)
  • by loading tags, without loading the image (e.g. FileGetTags method)

Upon successful completion of this method, the current tag is updated. Use the TagNumber, TagCount, TagType, TagLength, TagData properties and TagGetDataItem method to obtain information about the tag.

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_TagNotFound.

Note: Available in Professional Edition. 

See Also

©2013. Accusoft Corporation. All Rights Reserved.