JSON Property

Summary

Gets or sets the JSON file that contains all the dataset info for the image loaded in the frame.

Syntax

JavaScript Syntax
Object.defineProperty(Frame.prototype, 'JSON', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
JSON: any; 

Property Value

An object that represents the JSON file that contains all the dataset info for the image loaded in the frame.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly