Converts this LeadSizeD to a JSON-compatible dictionary object.
LeadSizeD.prototype.toJSON = function()
toJSON(): any;
a JavaScript JSON-compatible object to describe the LeadSizeD instance.
If the LeadSizeD instance is Empty, the width
and height
properties of this JSON
object will be set to "-Infinity"
.
{
"width": "-Infinity",
"height": "-Infinity"
}
The returned dictionary object can be used to create a new LeadSizeD instance with the static method FromJSON, though it is recommended to use Clone instead when simply creating a copy of the instance. The ToJSON and FromJSON methods allow the transfer of LeadSizeD data between .NET, Java, and JavaScript.
Following standard web specifications, the ToJSON method and subsequent return value are used automatically
for a LeadSizeD instance when the global JSON.stringify
function is called on that instance.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document