threshold Property

Summary

A number indicating the color threshold.

Syntax
TypeScript
JavaScript
Object.defineProperty(CompareRasterPageOptions.prototype, 'threshold', 
   get: function(), 
   set: function(value) 
) 
threshold: number; 

Property Value

A valid number. The default value is 30.

Remarks

The color threshold is the magnitude with which we determine whether two colors are the same. It can be thought of as the maximum distance in the RGB color space where two colors will be considered the same.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly