VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLinkAnnotationViewJS type / get_Padding Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Padding Method
    In This Topic
    Gets the interior spacing of the annotation.
    Syntax
    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 }.
    Browser Compatibility
    56+
    45+
    11
    See Also