Visual Basic (Declaration) | |
---|---|
Public Enum MrcMaskCompression Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum MrcMaskCompression : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum MrcMaskCompression : public Enum |
C++/CLI | |
---|---|
public enum class MrcMaskCompression : public Enum |
Member | Description |
---|---|
Jbig | JBIG compression. This flag is used only if MrcImageFormat.Mrc, MrcImageFormat.MrcTif, MrcT44ImageFormat.MrcT44, or MrcT44ImageFormat.MrcT44Tif is set in the format parameter of either SaveImage method SaveImageT44 or Generic SaveBitmapList method. |
FaxG4 | Fax group 4 compression. This flag is used only if MrcImageFormat.Mrc, MrcImageFormat.MrcTif, MrcT44ImageFormat.MrcT44, or MrcT44ImageFormat.MrcT44Tif is set in the format parameter of either SaveImage method SaveImageT44 or Generic SaveBitmapList method. |
FaxG31D | Fax group 3 (1D) compression. This flag is used only if MrcImageFormat.Mrc, MrcImageFormat.MrcTif, MrcT44ImageFormat.MrcT44, or MrcT44ImageFormat.MrcT44Tif is set in the format parameter of either SaveImage method SaveImageT44 or Generic SaveBitmapList method. |
FaxG32D | Fax group 3 (2D) compression. This flag is used only if MrcImageFormat.Mrc, MrcImageFormat.MrcTif, MrcT44ImageFormat.MrcT44, or MrcT44ImageFormat.MrcT44Tif is set in the format parameter of either SaveImage method SaveImageT44 or Generic SaveBitmapList method. |
PdfZip | ZIP compression. This flag is used only if MrcImageFormat.MrcPdf is set in the format parameter of SaveImage or Generic SaveBitmapList method. |
PdfLzw | LZW compression. This flag is used only if MrcImageFormat.MrcPdf is set in the format parameter of SaveImage or Generic SaveBitmapList method. |
PdfG31D | Fax group 3 (1D) compression. This flag is used only if MrcImageFormat.MrcPdf is set in the format parameter of SaveImage or Generic SaveBitmapList method. |
PdfG32D | Fax group 3 (2D) compression. This flag is used only if MrcImageFormat.MrcPdf is set in the format parameter of SaveImage or Generic SaveBitmapList method. |
PdfG4 | Fax group 4 compression. This flag is used only if MrcImageFormat.MrcPdf is set in the format parameter of SaveImage or Generic SaveBitmapList method. |
PdfJbig | JBIG2 compression. This flag is used only if MrcImageFormat.MrcPdf is set in the format parameter of SaveImage or Generic SaveBitmapList method. |
System.Object
System.ValueType
System.Enum
Leadtools.Mrc.MrcMaskCompression
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