MrcTextCompression2BitCoder Enumeration

Summary

Flags that indicate the text 2-bit compression type.

Syntax
C#
VB
C++
public enum MrcTextCompression2BitCoder 
  
Public Enum MrcTextCompression2BitCoder  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class MrcTextCompression2BitCoder : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0Jbig2Bit2 bpp JBIG compression. This flag is used only if MrcImageFormat.Mrc or MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage method.
1Gif2Bit2 bpp GIF compression. This flag is used only if MrcImageFormat.Mrc or MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage method.
2PdfZipZIP compression. This flag is used only if MrcImageFormat.Mrc or MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage method.
3PdfLzwLZW compression. This flag is used only if MrcImageFormat.Mrc or MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage method.

Remarks

These values are valid only when saving in LEAD Proprietary T44 format using the MrcSegmenter.SaveImage method.

Requirements

Target Platforms

See Also

Reference

Leadtools.Mrc Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Mrc Assembly