![]() |
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 : SegmentTypeFlags Enumeration |
[FlagsAttribute()] public enum SegmentTypeFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum SegmentTypeFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As SegmentTypeFlags
[FlagsAttribute()] public enum class SegmentTypeFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Background | The segment uses one color that represents the image background. |
0x00000001 | OneBit | The segment is a 1BPP image. |
0x00000002 | OnBitBW | The segment is a 1BPP black and white image. |
0x00000003 | TwoBit | The segment is a 2BPP image. |
0x00000004 | TwoBitGray | The segment is a 2BPP gray scale image. |
0x00000005 | Gray | The segment is a gray scale image. |
0x00000006 | Picture | The segment is a picture. |
0x00000007 | TwoBitBW | The segment is a 2BPP black and white image. |
0x00000008 | OneColor | The segment has only one color. |
System.Object
System.ValueType
System.Enum
Leadtools.PdfCompressor.SegmentTypeFlags