set_TextProperties Method
In This Topic
Sets the text of the annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebTextAnnotationViewBaseJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebAnnotationTextPropertiesJS
returnValue = instance.set_TextProperties(value);
function set_TextProperties(
: WebAnnotationTextPropertiesJS
) : any;
Parameters
- value
- The text properties of the annotation.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also