In This Topic
Sets the interior spacing of the annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebLinkAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var width; // Type: number
var height; // Type: number
returnValue = instance.set_Padding(width, height);
function set_Padding(
: number,
: number
) : any;
Parameters
- width
- Interior width spacing of the annotation. Default value is 4.
- height
- Interior height spacing of the annotation. Default value is 3.
Exceptions
Exception | Description |
| Thrown if arguments have wrong types. |
Browser Compatibility
See Also