VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / set_StudyPanelPadding Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_StudyPanelPadding Method
    In This Topic
    Sets the padding for study panel.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);
    
    var returnValue; // Type: any
    
    // Parameters
    var left; // Type: number
    var top; // Type: number
    var right; // Type: number
    var bottom; // Type: number
    
    returnValue = instance.set_StudyPanelPadding(left, top, right, bottom);
    
    
    function set_StudyPanelPadding(
    left
    Left text padding. Valid value is 0 and any positive value. Default value 0.
    : number,
    top
    Top text padding. Valid value is 0 and any positive value. Default value 0.
    : number,
    right
    Right text padding. Valid value is 0 and any positive value. Default value 0.
    : number,
    bottom
    Bottom text padding. Valid value is 0 and any positive value. Default value 0.
    : number
    ) : any;

    Parameters

    left
    Left text padding. Valid value is 0 and any positive value. Default value 0.
    top
    Top text padding. Valid value is 0 and any positive value. Default value 0.
    right
    Right text padding. Valid value is 0 and any positive value. Default value 0.
    bottom
    Bottom text padding. Valid value is 0 and any positive value. Default value 0.
    Browser Compatibility
    56+
    45+
    11
    See Also