Click or drag to resize

Jb2SymbolDictionary Enumeration

Context template to use when coding dictionary symbols using arithmetic coder.

Namespace:  Atalasoft.Imaging.Codec.Jbig2
Assembly:  Atalasoft.dotImage.Jbig2 (in Atalasoft.dotImage.Jbig2.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum Jb2SymbolDictionary
Members
  Member nameDescription
NotUse Do not use symbol dictionary with symbol matching.
Use Use symbol dictionary with symbol matching.
Remarks
Property to specify whether symbol dictionary and symbol matching should be used during compression symbol dictionary usage may slow down compression but offers higher compression rates and is essential for lossy encoding. Default is Use.
See Also