ImageGear .NET v24.12 - Updated
getTagString Method

ImageGear.Web.Isis Library > ImageGear.Web.Isis Namespace > ImGearIsisTagStringCollection class : getTagString Method
Returns the item in the collection at the index specified.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getTagString( 
   index : number(Integer)
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfImGearIsisTagStringCollection.getTagString(number(Integer));

Parameters

index
The zero-based index of the item to return.
Remarks

This function returns the item located at the index in the collection.

See Also

Reference

ImGearIsisTagStringCollection class
ImGearIsisTagStringCollection Members