The MrcImageFormat Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Flags that are needed to save the MRC image using the LEAD Proprietary T44 format.| Visual Basic (Declaration) | |
|---|---|
Public Enum MrcImageFormat Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MrcImageFormat | |
| C# | |
|---|---|
public enum MrcImageFormat : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class MrcImageFormat : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Mrc | LEAD Proprietary MRC. The default file extension is *.MRC. |
| MrcPdf | PDF compression using MRC segmentation. |
| MrcTif | Tagged Image File with LEAD proprietary MRC. (Supports multi-page). The default file extension is *.TIF. |
System.Object
System.ValueType
System.Enum
Leadtools.Mrc.MrcImageFormat
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code