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

    Return Value

    True - annotation is building; False - annotation is NOT building.
    Browser Compatibility
    56+
    45+
    11
    See Also