var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentCollectionJS(parent); var value; // Type: number // Parameters var comment; // Type: WebAnnotationCommentJS value = instance.indexOf(comment);
function indexOf(
commentAn annotation comment that should be searched.: WebAnnotationCommentJS
) : number;
Parameters
- comment
- An annotation comment that should be searched.
Return Value
The zero-based index of annotation comment in collection if collection contains comment; otherwise, null.