VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewControllerJS type / get_AnnotationViewCollection Methods / get_AnnotationViewCollection(Vintasoft.Shared.WebImageJS) Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    get_AnnotationViewCollection(Vintasoft.Shared.WebImageJS) Method
    In This Topic
    Gets the annotation collection associated with image.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewControllerJS(images);
    
    var value; // Type: Vintasoft.Imaging.Annotation.WebAnnotationViewCollectionJS
    
    // Parameters
    var index; // Type: WebImageJS
    
    value = instance.get_AnnotationViewCollection(index);
    
    
    function get_AnnotationViewCollection(
    index
    A WebImageJS object.
    : WebImageJS
    ) : WebAnnotationViewCollectionJS;

    Parameters

    index
    A WebImageJS object.

    Return Value

    WebAnnotationViewCollectionJS object that defines the annotation collection associated with WebImageJS object.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if controller does not contain annotations for specified image.
    Browser Compatibility
    56+
    45+
    11
    See Also