results Property

Summary

Gets a dictionary that contains the extra results.

Syntax

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

Leadtools Assembly