ImageGear .NET v24.12 - Updated
length Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > MarkCollection class : length Property
Returns the length of the collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_length() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfMarkCollection.get_length();

Return Value

The number of marks in the collection.
Remarks

This function returns the number of marks that the collection contains. If the collection is empty, this function will return zero.

See Also

Reference

MarkCollection class
MarkCollection Members