Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

FromJSON Method (LeadRectD)

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

Parameters

ParameterTypeDescription
jsonObjectobject

Return Value

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

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

See Also

Reference

LeadRectD Object
LeadRectD Members

Error processing SSI file