VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationVisualToolJS 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.WebAnnotationVisualToolJS();

var value; // Type: any

// Parameters
var annotation; // Type: WebAnnotationViewJS

value = instance.addAndBuildAnnotation(annotation);

Parameters

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