isPNGDataReady Property

Summary

Indicates whether the PNG image that contains 16-bit medical image data has been downloaded successfully.

Syntax
TypeScript
JavaScript
Object.defineProperty(Frame.prototype, 'isPNGDataReady', 
	get: function() 
) 
isPNGDataReady: boolean; // read-only 

Property Value

True if the PNG data is ready; otherwise, false.

Remarks

To set the PNG Data, use either SetPNGDataSrc method or Preview16BitPNG property.

The PNG is a data container that will hold the 16-bit image, which will allow the user to change the window level of the image.

For more information on how to use the window level, refer to WindowLevelInteractiveMode.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly