VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewJS type / get_IsInitiliazed Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsInitiliazed Method
    In This Topic
    Gets a value indicating whether annotation is initialized.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
    
    var value; // Type: boolean
    value = instance.get_IsInitiliazed();
    
    
    function get_IsInitiliazed() : boolean;
    

    Return Value

    True - annotation is initialized; False - annotation is not initialized.
    Browser Compatibility
    56+
    45+
    11
    See Also