Save method (Mixed Raster Content Control)

C++ Builder Example

Delphi Example

 

Builder Syntax

int __fastcall Save (AnsiString szFileName, bool bUseBitmap);

Delphi Syntax

Function Save (szFileName: String; bUseBitmap: Boolean): Integer;

Overview

Refer to Working with MRC Bitmap.

Remarks

Saves the bitmap in the LEAD Proprietary T44 Format. If bUseBitmap is TRUE, the method will automatically segment the bitmap then create the MRC file.

Before saving, you must either have performed successful segmentation (either auto or manual) or provide a valid bitmap to the control.

The Save method will map the text and picture segments found with auto-segmentation and manual segmentation processes into layers (mask, background and foreground layer) as defined in the NLS* model in T.44 standard.

*NLS (N-Layer stripe) means that each stripe may contains one or more mask layers, foreground layers, and background layers.

See Also

Elements

MaskCoder property, BackgroundCoder property, BackgroundQFactor property, EnhanceQuality property, Bitmap property, SaveT44 method

Topics

MRC Bitmap Functions: Saving a Page