imageProcessingLibrariesPath Property

Summary

Path to the image processing library script files.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewer.prototype, 'imageProcessingLibrariesPath', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
static imageProcessingLibrariesPath: string; 

Property Value

The path to the image processing library script files. Default value is null.

Remarks

Must be set before interpolation is used. For more information, refer to Image Viewer Interpolation.

Example

For an example, refer to InterpolationMode.

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 Assembly