Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

Create Method (ControlPadding)

Show in webframe
Left edge padding
Top edge padding
Right edge padding
Bottom edge padding
Creates a new ControlPadding instance with the specified values.
Syntax
 function Leadtools.Controls.ControlPadding.create( 
   left ,
   top ,
   right ,
   bottom 
)

Parameters

ParameterTypeDescription
leftintLeft edge padding
topintTop edge padding
rightintRight edge padding
bottomintBottom edge padding

Return Value

TypeDescription
ControlPadding The created object.
Remarks

The values cannot be less than 0.

See Also

Reference

ControlPadding Object
ControlPadding Members

Error processing SSI file