Leadtools.Forms.DocumentWriters Namespace : OneBitImageCompressionType Enumeration |
public enum OneBitImageCompressionType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum OneBitImageCompressionType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As OneBitImageCompressionType
public enum OneBitImageCompressionType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Forms.DocumentWriters.OneBitImageCompressionType = function() { }; Leadtools.Forms.DocumentWriters.OneBitImageCompressionType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class OneBitImageCompressionType : public System.Enum, System.IComparable, System.IConvertible, System.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2