The OneBitImageCompressionType Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Specifies the compression types for one bit per pixels images.Visual Basic (Declaration) | |
---|---|
Public Enum OneBitImageCompressionType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OneBitImageCompressionType |
C# | |
---|---|
public enum OneBitImageCompressionType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class OneBitImageCompressionType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
FaxG31D | Use FAX G3_1D compression for compressing one bit images. |
FaxG32D | Use FAX G3_2D compression for compressing one bit images. |
FaxG4 | Use FAX G4 compression for compressing one bit images. |
Flate | Use flate compression for compressing one bit images. |
Jbig2 | Use JBIG2 compression for compressing one bit images. |
Lzw | Use LZW 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.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.DocumentWriters.OneBitImageCompressionType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7