isPNGDataReady Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(Frame.prototype, 'isPNGDataReady', 
	get: function() 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly