Indicates whether the PNG image that contains 16-bit medical image data has been downloaded successfully.
Object.defineProperty(Frame.prototype, 'isPNGDataReady',
get: function()
)
isPNGDataReady: boolean; // read-only
True if the PNG data is ready; otherwise, false.
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.
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