←Select platform

OneBitImageCompressionType Enumeration

Summary
Specifies the compression types for one bit per pixels images.
Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum OneBitImageCompressionType 
<DataContractAttribute()> 
<SerializableAttribute()> 
Public Enum OneBitImageCompressionType  
typedef NS_ENUM(NSInteger, LTOneBitImageCompressionType) 
public enum OneBitImageCompressionType 
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum class OneBitImageCompressionType   
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.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.