Jb2EncodingMode Enumeration |
Property to set the mode to be used during encoding.
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 Jb2EncodingMode
Public Enumeration Jb2EncodingMode
Members
| Member name | Description |
---|
| Lossless | Lossless encoding |
| Lossy | Lossy encoding |
Remarks Lossy encoding is only possible with symbol dictionary and symbol
matching. Default is Lossless.
See Also