C#
VB
C++
Flags that identify the type of the segment.
Members
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. |
Refer to PdfCompressorEngine example