VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / get_TextOverlayPadding Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TextOverlayPadding Method
    In This Topic
    Gets the padding, in pixels, for text overlay.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
    
    var value; // Type: object
    value = instance.get_TextOverlayPadding();
    
    
    function get_TextOverlayPadding() : object;
    

    Return Value

    The text overlay padding - [left, top, right, bottom]. Valid value is an array of four nonnegative numbers. Default value is ⎖, 10, 10, 10].
    Browser Compatibility
    56+
    45+
    11
    See Also