imageProcessingList Property

Summary

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

Syntax

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

Leadtools.Controls.Medical Assembly