imageProcessingList Property

Summary

Gets or sets the image processing list that will be applied to this frame.

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

Property Value

An Array that represents the image processing list that will be applied to this frame.

Remarks

All the image processing happens asynchronously. To get when a particular image processing is ready, use the event ImageProcessingReady.

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