VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebTextAnnotationViewBaseJS type / get_IsTextBoxTransformerEnabled Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsTextBoxTransformerEnabled Method
    In This Topic
    Gets a value indicating whether the text box transformer is enabled.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebTextAnnotationViewBaseJS();
    
    var value; // Type: boolean
    value = instance.get_IsTextBoxTransformerEnabled();
    
    
    function get_IsTextBoxTransformerEnabled() : boolean;
    

    Return Value

    True - the text box transformer is enabled; False - the text box transformer is NOT enabled.
    Browser Compatibility
    56+
    45+
    11
    See Also