CleanSize Property

Summary

Gets or sets a value that defines the size of the area to be used when removing the noise inside the segmented image.

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

Property Value

Possible values range from 0 to 10.

Remarks

Use 0 to skip the cleaning stage.

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