Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

OneBitImageCompressionType Enumeration

Show in webframe
Specifies the compression types for one bit per pixels images.
Syntax
Leadtools.Documents.Writers.OneBitImageCompressionType = function() { };
Leadtools.Documents.Writers.OneBitImageCompressionType.prototype = {
	flate = 0,
	faxG31D = 1,
	faxG32D = 2,
	faxG4 = 3,
	lzw = 4,
	jbig2 = 5,
	
 };
Members
ValueMemberDescription
0flate

Use flate compression for compressing one bit images.

1faxG31D

Use FAX G3_1D compression for compressing one bit images.

2faxG32D

Use FAX G3_2D compression for compressing one bit images.

3faxG4

Use FAX G4 compression for compressing one bit images.

4lzw

Use LZW compression for compressing one bit images.

5jbig2

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.

Example
For an example, refer to PdfDocumentOptions.
See Also

Reference

Leadtools.Documents.Writers Namespace

Error processing SSI file