VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationVisualToolJS type / set_AnnotationViewCollection Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_AnnotationViewCollection Method
    In This Topic
    Sets an annotation collection that will be viewed and edited using the visual tool.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var collection; // Type: WebAnnotationViewCollectionJS
    
    returnValue = instance.set_AnnotationViewCollection(collection);
    
    
    function set_AnnotationViewCollection(
    collection
    WebAnnotationViewCollectionJS that will be viewed and edited using the visual tool.
    : WebAnnotationViewCollectionJS
    ) : any;

    Parameters

    collection
    WebAnnotationViewCollectionJS that will be viewed and edited using the visual tool.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also