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

    Parameters

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