ColorThreshold Property

Summary

Gets or sets a threshold value used when merging segments.

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

Property Value

Best values are from 75 to 125.

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