←Select platform

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Click or drag to resize