![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.14
|
Leadtools.PdfCompressor Namespace : SegmentationOptionsFlags Enumeration |
[FlagsAttribute()] public enum SegmentationOptionsFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum SegmentationOptionsFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As SegmentationOptionsFlags
[FlagsAttribute()] public enum class SegmentationOptionsFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | FavorOneBit | Favor 1 bit images whenever there's minimum data loss. |
0x00000000 | WithBackground | With Background images. Search for background within the image. |
0x00000001 | FavorTwoBit | Favor 2 bit images whenever there's minimum data loss. |
0x00000002 | ForceOneBit | Force 1 bit images whenever data loss is within accepted range. |
0x00000003 | ForceTwoBit | Force 2 bit images whenever data loss is within accepted range. |
0x00000010 | WithoutBackground | Without Background images. |
System.Object
System.ValueType
System.Enum
Leadtools.PdfCompressor.SegmentationOptionsFlags