arguments Property

Summary

Get the dictionary to add the arguments for the current image processing command to.

Syntax

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

Property Value

The dictionary to add the arguments for the current image processing command to.

Remarks

The values in this dictionary are case sensitive.

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