MrcTextCompression2BitCoder Enumeration

Summary
Flags that indicate the text 2-bit compression type.
Syntax
C#
C++/CLI
Python
public enum MrcTextCompression2BitCoder 
public enum class MrcTextCompression2BitCoder : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class MrcTextCompression2BitCoder(Enum): 
   Jbig2Bit = 0 
   Gif2Bit = 1 
   PdfZip = 2 
   PdfLzw = 3 
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 22.0.2023.4.12
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Mrc Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.