Gets or sets the JSON file that contains all the dataset info for the image loaded in the frame.
Object.defineProperty(Frame.prototype, 'JSON',
get: function(),
set: function(value)
)
JSON: any;
An object that represents the JSON file that contains all the dataset info for the image loaded in the frame.
To get the image on a canvas, refer to GetPreviewCanvas.
This value must be present if you want to sort the frames, for more information on how to sort the frames, refer to SortingOperationsSequence.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET