VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewerJS type / addAndBuildAnnotation Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    addAndBuildAnnotation Method
    In This Topic
    Adds annotation to the annotation collection of focused image and starts building of annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewerJS(controlId);
    
    var value; // Type: any
    
    // Parameters
    var annotation; // Type: WebAnnotationViewJS
    
    value = instance.addAndBuildAnnotation(annotation);
    
    
    function addAndBuildAnnotation(
    annotation
    Annotation to build.
    : WebAnnotationViewJS
    ) : any;

    Parameters

    annotation
    Annotation to build.
    Browser Compatibility
    56+
    45+
    11
    See Also