Specifies the compression types for one bit per pixels images.
[SerializableAttribute()]
[DataContractAttribute()]
public enum OneBitImageCompressionType
<DataContractAttribute()>
<SerializableAttribute()>
Public Enum OneBitImageCompressionType
[DataContractAttribute()]
[SerializableAttribute()]
public enum OneBitImageCompressionType
typedef NS_ENUM(NSInteger, LTOneBitImageCompressionType)
public enum OneBitImageCompressionType
Leadtools.Forms.DocumentWriters.OneBitImageCompressionType = function() { };
Leadtools.Forms.DocumentWriters.OneBitImageCompressionType.prototype = {<br/>
Flate = 0,
FaxG31D = 1,
FaxG32D = 2,
FaxG4 = 3,
Lzw = 4,
Jbig2 = 5,
};
[DataContractAttribute()]
[SerializableAttribute()]
public enum class OneBitImageCompressionType
Members
Value | Member | Description |
---|---|---|
0 | Flate |
Use flate compression for compressing one bit images. |
1 | FaxG31D |
Use FAX G3_1D compression for compressing one bit images. |
2 | FaxG32D |
Use FAX G3_2D compression for compressing one bit images. |
3 | FaxG4 |
Use FAX G4 compression for compressing one bit images. |
4 | Lzw |
Use LZW compression for compressing one bit images. |
5 | Jbig2 |
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.
For an example, refer to PdfDocumentOptions.
Leadtools.Forms.DocumentWriters Namespace
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET