get_IsTextBoxTransformerEnabled Method
Gets a value indicating whether the text box transformer is enabled.
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.