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

zIndex
The zero-based Z-index of the mark to return.

Glossary Item Box

Returns the mark at the specified Z-index.

Syntax

ASP.NET Ajax Javascript (Specification) 
function getMark( 
   zIndex : number(Integer)
) : Mark;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfArtPage.getMark(number(Integer));

Parameters

zIndex
The zero-based Z-index of the mark to return.

Return Value

The mark that is at the specified Z-index.

Remarks

This function returns the mark at the specified Z-index. The getZIndexOfMark function performs the opposite operation. The mark at Z-index 0 is the bottom-most mark in the Z-order.

See Also

©2013. Accusoft Corporation. All Rights Reserved.