Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum SegmentationOptionsFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SegmentationOptionsFlags |
C# | |
---|---|
[FlagsAttribute()] public enum SegmentationOptionsFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class SegmentationOptionsFlags : public System.Enum, IComparable, IConvertible, IFormattable |
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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7