CombineThreshold Property

Summary

Gets or sets a threshold value used to combine colors.

Syntax
C#
VB
C++
public int CombineThreshold { get; set; } 
Public Property CombineThreshold As Integer 
public: 
property int CombineThreshold { 
   int get(); 
   void set (    int ); 
} 

Property Value

The best value is 25.

Remarks

Values saturate at 443. Colors that are closer together than this amount will be combined.

Example

Refer to PdfCompressorEngine example.

Requirements

Target Platforms

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

Leadtools.PdfCompressor Assembly