Accusoft ImagXpress 12
TagSetDataItem 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.

newVal
The data item's new value, as determined by the tag's type.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : TagSetDataItem Method

Glossary Item Box

Description

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

Syntax

Visual Basic
Public Sub TagSetDataItem( _
   ByVal itemNbr As Long, _
   ByVal newVal As Variant _
) 

Parameters

itemNbr

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

Vaild values are 1 to TagCount.

newVal
The data item's new value, as determined by the tag's type.

Return Type

This method updates the current tag. To set the current tag, use TagFind, TagFirst, TagNext, or TagAdd.

Remarks

Note: Available in Professional Edition. 

See Also

©2013. Accusoft Corporation. All Rights Reserved.