Visual Basic (Declaration) | |
---|---|
Public Enum MrcTextCompression2BitCoder Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum MrcTextCompression2BitCoder : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum MrcTextCompression2BitCoder : public Enum |
C++/CLI | |
---|---|
public enum class MrcTextCompression2BitCoder : public Enum |
Member | Description |
---|---|
Jbig2Bit | 2 bpp JBIG compression. This flag is used only if MrcImageFormat.Mrc or MrcImageFormat.MrcTif is set in the format parameter of SaveImage method. |
Gif2Bit | 2 bpp GIF compression. This flag is used only if MrcImageFormat.Mrc or MrcImageFormat.MrcTif is set in the format parameter of SaveImage method. |
PdfZip | ZIP compression. This flag is used only if MrcImageFormat.Mrc or MrcImageFormat.MrcTif is set in the format parameter of SaveImage method. |
PdfLzw | LZW compression. This flag is used only if MrcImageFormat.Mrc or MrcImageFormat.MrcTif is set in the format parameter of SaveImage method. |
These values are valid only when
saving in LEAD Proprietary T44 format using the SaveImage method.
System.Object
System.ValueType
System.Enum
Leadtools.Mrc.MrcTextCompression2BitCoder
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family