VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / set_PatientPanelPadding Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_PatientPanelPadding Method
In This Topic
Sets the padding for patient 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_PatientPanelPadding(left, top, right, bottom);

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