ImageGear for Silverlight
SetTagAsync(Int32,Int32,Int32,ImGearIsisOperationCompleted) Method
See Also  Send Feedback
ImageGear20.Isis Assembly > ImageGear.Isis Namespace > ImGearIsisScanner Class > SetTagAsync Method : SetTagAsync(Int32,Int32,Int32,ImGearIsisOperationCompleted) Method




tagId
The ID of the tag.
value
The value to set the tag to.
index
The index to use, for tags that contain multiple values. If the tag contains only a single value, this must be 0.
callback
Callback which is called when the tag is set.

Glossary Item Box

Sets the value of an ISIS tag of data type Integer.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

tagId
The ID of the tag.
value
The value to set the tag to.
index
The index to use, for tags that contain multiple values. If the tag contains only a single value, this must be 0.
callback
Callback which is called when the tag is set.

Return Value

ImGearIsisOperationStatus value.

Remarks

To set the values of multiple tags, it is more efficient to use SetAllTagsAsync.

The scanner must be set before calling this method.

See Also

©2013. Accusoft Corporation. All Rights Reserved.