| ASP.NET Ajax Javascript (Specification) | |
|---|---|
function setTagRational( tagID : number(Integer), numerator : number(Integer), denominator : number(Integer), index : number(Integer), callback : function ) : ImGearIsisOperationStatus;  | |
| ASP.NET Ajax Javascript (Usage) | |
|---|---|
var resultVar = instanceOfImGearIsisScanner.setTagRational(number(Integer),number(Integer),number(Integer),number(Integer),function);  | |
Parameters
- tagID
 - The ID of the tag.
 - numerator
 - The value to set the tag numerator to.
 - denominator
 - The value to set the tag denominator 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.