In This Topic
Sets the size, in device-independent units (1/96th inch per unit), of the annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var width; // Type: number
var height; // Type: number
returnValue = instance.set_Size(width, height);
function set_Size(
: number,
: number
) : any;
Parameters
- width
- Annotation width. Default value is 0.
- height
- Annotation height. Default value is 0.
Exceptions
Exception | Description |
| Thrown if arguments have wrong types. |
| Thrown if size is negative. |
Browser Compatibility
See Also