In This Topic
Sets a value indicating whether the annotation's size depends on the text size.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationTextPropertiesJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_AutoSize(value);
function set_AutoSize(
: boolean
) : any;
Parameters
- value
- True - the annotation's size depends on the text size; False - the annotation's size does not depend on the text size. Default value is false.
Browser Compatibility
See Also