SegmentationOptionsFlags Enumeration

Summary
Flags that identify certain segmentation options.
Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum SegmentationOptionsFlags   
<FlagsAttribute()> 
Public Enum SegmentationOptionsFlags  
[FlagsAttribute()] 
public enum class SegmentationOptionsFlags   
Members
ValueMemberDescription
0x00000000FavorOneBit Favor 1 bit images whenever there's minimum data loss.
0x00000000WithBackground With Background images. Search for background within the image.
0x00000001FavorTwoBit Favor 2 bit images whenever there's minimum data loss.
0x00000002ForceOneBit Force 1 bit images whenever data loss is within accepted range.
0x00000003ForceTwoBit Force 2 bit images whenever data loss is within accepted range.
0x00000010WithoutBackground Without Background images.
Example

Refer to PdfCompressorEngine example

Requirements

Target Platforms

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

Leadtools.PdfCompressor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.