Gets the interior spacing of the annotation.
var instance = new Vintasoft.Imaging.Annotation.UI.WebLinkAnnotationViewJS();
var value; // Type: object
value = instance.get_Padding();
function get_Padding() : object;
Return Value
Interior spacing of the annotation. Default value is { width: 4, height: 3 }.