VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebCompositeAnnotationViewJS type / WebCompositeAnnotationViewJS Constructor(WebAnnotationViewJS[])
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebCompositeAnnotationViewJS Constructor(WebAnnotationViewJS[])
    In This Topic
    Initializes a new instance of the WebCompositeAnnotationViewJS class.
    Syntax
    // Parameters
    var items; // Type: WebAnnotationViewJS[]
    
    var instance = new Vintasoft.Imaging.Annotation.UI.WebCompositeAnnotationViewJS(items);
    
    
    function WebCompositeAnnotationViewJS(
    items
    Array of annotations.
    : WebAnnotationViewJS[]
    ) : WebCompositeAnnotationViewJS;

    Parameters

    items
    Array of annotations.
    Browser Compatibility
    56+
    45+
    11
    See Also