LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
OneBitImageCompressionType Enumeration
See Also  
Leadtools.Forms.DocumentWriters Namespace : OneBitImageCompressionType Enumeration



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.

Syntax

Visual Basic (Declaration) 
Public Enum OneBitImageCompressionType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As OneBitImageCompressionType
C# 
public enum OneBitImageCompressionType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class OneBitImageCompressionType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
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.

Example

For an example, refer to PdfDocumentOptions.

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.DocumentWriters.OneBitImageCompressionType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features