var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewFabricJS(); var value; // Type: Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS // Parameters var id; // Type: string value = instance.createAnnotationById(id);
function createAnnotationById(
idThe ID of the annotation view type.: string
) : WebAnnotationViewJS;
Parameters
- id
- The ID of the annotation view type.
Return Value
An instance of WebAnnotationViewJS class.