isDataReady Property

Summary

Gets whether the image data is ready.

Syntax

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

Property Value

true if the image data is ready, false otherwise.

Remarks

The image data described here is the data downloaded using SetPNGDataSrc.

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