C#
VB
C++
Flags that specify the Compression type to be used with 1 bit images.
Members
Value | Member | Description |
---|---|---|
0 | Zip1Bit | Use Zip Compression. |
1 | Lzw1Bit | Use LZW Compression. |
2 | FaxG31D | Use FAX CCITT G3 1D Compression. |
3 | FaxG32D | Use FAX CCITT G3 2D Compression. |
4 | FaxG4 | Use FAX CCITT G4 Compression. |
5 | Jbig2 | Use JBIG2 Compression. |
Refer to PdfCompressorEngine example