Gets the text padding within the annotation.
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationTextPropertiesJS();
var value; // Type: object
value = instance.get_TextPadding();
function get_TextPadding() : object;
Return Value
Object that defines the text padding within the annotation. Default value is { left: 4, right: 4, top: 4, bottom: 4 }.