Specifies the compression types for one bit per pixels images.
lt.Document.Writer.OneBitImageCompressionType = {
flate: 0,
faxG31D: 1,
faxG32D: 2,
faxG4: 3,
lzw: 4,
jbig2: 5
}
lt.Document.Writer.OneBitImageCompressionType = {
flate: 0,
faxG31D: 1,
faxG32D: 2,
faxG4: 3,
lzw: 4,
jbig2: 5
}
0 | Flate | (0) Use flate compression for compressing one bit images. |
1 | FaxG31D | (1) Use FAX G3_1D compression for compressing one bit images. |
2 | FaxG32D | (2) Use FAX G3_2D compression for compressing one bit images. |
3 | FaxG4 | (3) Use FAX G4 compression for compressing one bit images. |
4 | Lzw | (4) Use LZW compression for compressing one bit images. |
5 | Jbig2 | (5) Use JBIG2 compression for compressing one bit images. |
You can use the OneBitImageCompressionType to control the compression type for one bit per pixels images in the final document created by the LEADTOOLS Document Writer. The DocumentFormat.Pdf supports selecting compression types in the final document.
Use the PdfDocumentOptions.OneBitImageCompression property to control the compression type for one bit per pixels images when creating PDF documents.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document