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(
: number,
: number,
: number,
: 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
See Also