ImageGear for .NET
contains Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > MarkCollection Class : contains Method

mark
The mark to look for.

Glossary Item Box

Indicates whether the collection contains the given mark.

Syntax

ASP.NET Ajax Javascript (Specification) 
function contains( 
   mark : Mark
) : boolean;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfMarkCollection.contains(Mark);

Parameters

mark
The mark to look for.

Return Value

true if the mark is in the collection, false otherwise.

Remarks

This function returns a boolean that indicates whether or not the collection contains the given mark.

See Also

©2013. Accusoft Corporation. All Rights Reserved.