VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationCommentCollectionJS type / getItem Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    getItem Method
    In This Topic
    Returns an annotation comment at specified index.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentCollectionJS(parent);
    
    var value; // Type: Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentJS
    
    // Parameters
    var index; // Type: number
    
    value = instance.getItem(index);
    
    
    function getItem(
    index
    A zero-base index of annotation comment in collection.
    : number
    ) : WebAnnotationCommentJS;

    Parameters

    index
    A zero-base index of annotation comment in collection.

    Return Value

    An annotation comment.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if index is less than zero or index is greater than collection length.
    Browser Compatibility
    56+
    45+
    11
    See Also