VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationTextPropertiesJS type / get_TextPadding Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_TextPadding Method
In This Topic
Gets the text padding within the annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationTextPropertiesJS();

var value; // Type: object
value = instance.get_TextPadding();

Return Value

Object that defines the text padding within the annotation. Default value is { left: 4, right: 4, top: 4, bottom: 4 }.
Browser Compatibility
56+
45+
11
See Also