MaskCoder property (ILEADRasterMrc)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

MRCMaskCoderConstants MaskCoder

Overview

Refer to Working with the MRC Bitmap.

Remarks

(Document/Medical only) (Persistent property, available at design time) ) Indicates which mask compression is to be used when saving a LEAD proprietary T44 file or a Standard T44 file. The default value is MRC_MASK_COMPRESSION_FAX_G4. Possible values are:

Value

Meaning

MRC_MASK_COMPRESSION_JBIG

[0x00] Use JBIG compression. This flag is used only if FILE_LEAD_MRC, FILE_TIF_LEAD_MRC, FILE_MRC, or FILE_TIF_MRC is set in the lFormat parameter of either the Save, SaveT44 or SaveList methods.

MRC_MASK_COMPRESSION_FAX_G4

[0x01] Use Fax group 4 compression. This flag is used only if FILE_LEAD_MRC, FILE_TIF_LEAD_MRC, FILE_MRC, or FILE_TIF_MRC is set in the lFormat parameter of either the Save, SaveT44 or SaveList methods.

MRC_MASK_COMPRESSION_FAX_G3_1D

[0x02] Use Fax group 3 (1D) compression. This flag is used only if FILE_LEAD_MRC, FILE_TIF_LEAD_MRC, FILE_ MRC, or FILE_TIF_MRC is set in the lFormat parameter of either the Save, SaveT44 or SaveList methods.

MRC_MASK_COMPRESSION_FAX_G3_2D

[0x03].Use Fax group 3 (2D) compression. This flag is used only if FILE_LEAD_MRC, FILE_TIF_LEAD_MRC, FILE_ MRC, or FILE_TIF_MRC is set in the lFormat parameter of either the Save, SaveT44 or SaveList methods.

MRC_PDF_ONEBIT_COMPRESSION_ZIP

[0x04] Use ZIP compression. This flag is used only if FILE_PDF_LEAD_MRC is set in the lFormat parameter of either the Save or SaveList methods.

MRC_PDF_ONEBIT_COMPRESSION_LZW

[0x05] Use LZW compression. This flag is used only if FILE_PDF_LEAD_MRC is set in the lFormat parameter of either the Save or SaveList methods.

MRC_PDF_ONEBIT_COMPRESSION_CCITT_G3_1D

[0x06] Fax group 3 (1D) compression. This flag is used only if FILE_PDF_LEAD_MRC is set in the lFormat parameter of either the Save or SaveList methods.

MRC_PDF_ONEBIT_COMPRESSION_CCITT_G3_2D

[0x07] Fax group 3 (2D) compression. This flag is used only if FILE_PDF_LEAD_MRC is set in the lFormat parameter of either the Save or SaveList methods.

MRC_PDF_ONEBIT_COMPRESSION_CCITT_G4

[0x08] Fax group 4 compression. This flag is used only if FILE_PDF_LEAD_MRC is set in the lFormat parameter of either the Save or SaveList methods.

MRC_PDF_ONEBIT_COMPRESSION_JBIG2

[0x09] JBIG2 compression. This flag is used only if FILE_PDF_LEAD_MRC is set in the lFormat parameter of either the Save or SaveList methods.

See Also

Elements

Save method, SaveT44 method

Topics

Raster Images: Saving a Page