VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / get_PatientPanelPadding Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_PatientPanelPadding Method
    In This Topic
    Gets or sets the padding for patient panel.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);
    
    var value; // Type: object
    value = instance.get_PatientPanelPadding();
    
    
    function get_PatientPanelPadding() : object;
    

    Return Value

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