OneBitImageCompressionType Enumeration

Summary

Specifies the compression types for one bit per pixels images.

Syntax

JavaScript Syntax
lt.Documents.Writers.OneBitImageCompressionType = { 
	Flate: 0, 
	FaxG31D: 1, 
	FaxG32D: 2, 
	FaxG4: 3, 
	Lzw: 4, 
	Jbig2: 5 
} 
TypeScript Syntax
lt.Documents.Writers.OneBitImageCompressionType = { 
	Flate: 0, 
	FaxG31D: 1, 
	FaxG32D: 2, 
	FaxG4: 3, 
	Lzw: 4, 
	Jbig2: 5 
} 

Members

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.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly