←Select platform

SegmentQuality Property

Summary

Gets or sets a threshold value used to determine whether the segment is a picture segment.

Syntax

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

Property Value

Possible values range from 0 to 100.

Remarks

Use 0 to set all possible picture segments to 2-bits without the loss of a lot of information.

Use 100 to set all picture segments to 2-bits only if they are very close to 2-bits.

Example

Refer to PdfCompressorEngine example.

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.PdfCompressor Assembly