Cuminas DjVu SDK for .NET Framework
BitonalEncodingMethod Enumeration



Specifies the bitonal (black & white) encoding method.
Syntax
Public Enum BitonalEncodingMethod 
   Inherits System.Enum
Dim instance As BitonalEncodingMethod
public enum BitonalEncodingMethod : System.Enum 
public enum class BitonalEncodingMethod : public System.Enum 
Members
MemberDescription
JB2JB2 is used to encode bitonal layer.
JBIG2JBIG2 is used to encode bitonal layer.
MMRMMR (G4 FAX) is used to encode bitonal layer.
Remarks

By default, DjVu uses JB2 for the bitonal layer. Other methods are normally used in pseudo DjVu file.

For high compression PDF files, the methods other than JB2 is acceptable and if the bitonal layer is encoded in JB2, it is automatically converted to other suitable one.

For more information about DjVu format, see DjVu v3 File Format Specification.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DjVu.BitonalEncodingMethod

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

DjVu Namespace

Send Feedback