VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewControllerJS type / WebAnnotationViewControllerJS Constructor(WebImageCollectionJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebAnnotationViewControllerJS Constructor(WebImageCollectionJS)
    In This Topic
    Initializes a new instance of the WebAnnotationViewControllerJS class.
    Syntax
    // Parameters
    var images; // Type: WebImageCollectionJS
    
    var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewControllerJS(images);
    
    
    function WebAnnotationViewControllerJS(
    images
    WebImageCollectionJS object that defines the image collection.
    : WebImageCollectionJS
    ) : WebAnnotationViewControllerJS;

    Parameters

    images
    WebImageCollectionJS object that defines the image collection.
    Browser Compatibility
    56+
    45+
    11
    See Also