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




tagId
The ID of the tag.
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 retrieved.

Glossary Item Box

Gets the current value of an ISIS tag.

Syntax

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

Parameters

tagId
The ID of the tag.
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 retrieved.

Return Value

ImGearIsisOperationStatus value.

Remarks

The scanner must be set before calling this method.

See Also

©2013. Accusoft Corporation. All Rights Reserved.