Gets or sets the image processing list that will be applied to this frame.
Object.defineProperty(Frame.prototype, 'imageProcessingList',
get: function()
)
imageProcessingList: LeadCollection; // read-only
An Array that represents the image processing list that will be applied to this frame.
All the image processing happens asynchronously. To get when a particular image processing is ready, use the event ImageProcessingReady.
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