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(
: boolean
) : any;
Parameters
- value
- True - the text box transformer is enabled; False - the text box transformer is NOT enabled.
Browser Compatibility
See Also