Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

FromJSON Method (LeadSizeD)

Show in webframe
Converts a JSON-compatible dictionary object to a new LeadSizeD instance.
Syntax
 function Leadtools.LeadSizeD.fromJSON( 
   jsonObject 
)

Parameters

ParameterTypeDescription
jsonObjectobject

Return Value

TypeDescription
LeadSizeD a new LeadSizeD instance to describe the JSON object.
Remarks

The FromJSON method is meant for use only with JSON objects created via ToJSON from a LeadSizeD instance. The ToJSON and FromJSON methods allow the transfer of LeadSizeD data between .NET, Java, and JavaScript.

See Also

Reference

LeadSizeD Object
LeadSizeD Members

Error processing SSI file