MrcImageFormat Enumeration
Summary
Flags that are needed to save the MRC image using the LEAD Proprietary T44 format.
Syntax
public enum MrcImageFormat
public enum class MrcImageFormat : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class MrcImageFormat(Enum):
Mrc = 314
MrcTif = 315
MrcPdf = 317
Members
Value | Member | Description |
314 | Mrc | LEAD Proprietary MRC. The default file extension is *.MRC. |
315 | MrcTif | Tagged Image File with LEAD proprietary MRC. (Supports multipage). The default file extension is *.TIF. |
317 | MrcPdf | PDF compression using MRC segmentation. |