results Property

Summary

Gets a dictionary that contains the extra results.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageProcessingCompletedEventArgs.prototype, 'results', 
	get: function() 
) 
results: any; // read-only 

Property Value

A dictionary that contains the extra results (if any).

Remarks

The results of an image processing depends on the type. Most image processing do not return any extra results besides manipulating the image data. However, some commands, such as color count, will return the value in this dictionary. Refer to ImageProcessing for more information.

Example

For an example, refer to ImageProcessing.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.