VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS 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.WebFreeTextAnnotationViewJS();
    
    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 }.
    Browser Compatibility
    56+
    45+
    11
    See Also