ImageGear for .NET
forEach Method
See Also  Send comments on this topic.
ImageGear.Web.Isis Namespace Client API Library > ImageGear.Web.Isis Namespace > ImGearIsisBarcodeCollection Class : forEach Method

method
The function to call.
context
An object that holds the context of the call.

Glossary Item Box

Calls the specified function once for each item in the collection.

Syntax

ASP.NET Ajax Javascript (Specification) 
function forEach( 
   method : function,
   context : object
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfImGearIsisBarcodeCollection.forEach(function,object);

Parameters

method
The function to call.
context
An object that holds the context of the call.

Remarks

This function calls the specified function once for each item in the collection.

When forEach calls the function, it will set this to context, the first function parameter is the item being enumerated, the second function parameter is the zero-based index of the iteration, and the third function parameter to the collection.

See Also

©2013. Accusoft Corporation. All Rights Reserved.