| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum SegmentationOptionsFlags Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[FlagsAttribute()] public enum SegmentationOptionsFlags : Enum | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class SegmentationOptionsFlags : public Enum | |
| Member | Description |
|---|---|
| FavorOneBit | Favor 1 bit images whenever there's minimum data loss. |
| FavorTwoBit | Favor 2 bit images whenever there's minimum data loss. |
| ForceOneBit | Force 1 bit images whenever data loss is within accepted range. |
| ForceTwoBit | Force 2 bit images whenever data loss is within accepted range. |
| WithBackground | With Background images. Search for background within the image. |
| WithoutBackground | Without Background images. |
Refer to PdfCompressor example
System.Object
System.ValueType
System.Enum
Leadtools.Pdf.SegmentationOptionsFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Copy Code