Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

FromJSON Method (LeadLengthD)

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

Parameters

ParameterTypeDescription
jsonObjectobject

Return Value

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

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

See Also

Reference

LeadLengthD Object
LeadLengthD Members

Error processing SSI file