Gets the window level renderer
Object.defineProperty(Frame.prototype, 'wlRenderer',
get: function(),
set: function(value)
)
wlRenderer: DICOMImageInformationRenderer;
DICOMImageInformationRenderer class which controls the window level.
This value isn't available immediately, only when the image data is ready, to get a notification when the data is ready, refer to ImageDataReady.
If the image does not support window level, then this value will be null.
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