| ASP.NET Ajax Javascript (Specification) | |
|---|---|
function setAllTags( settings : string, callback : function ) : ImGearIsisOperationStatus;  | |
| ASP.NET Ajax Javascript (Usage) | |
|---|---|
var resultVar = instanceOfImGearIsisScanner.setAllTags(string,function);  | |
Parameters
- settings
 - The string to configure the scanner with. This is usually obtained from an earlier call to getAllTags.
 - callback
 - Callback which is called when all tags are set.
 
Return Value
ImGearIsisOperationStatus value.