SaveT44 method (Mixed Raster Content Control)

C++ Builder Example

Delphi Example

 

Builder Syntax

int __fastcall SaveT44 (AnsiString szFileName, bool bUseBitmap);

Delphi Syntax

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

Overview

Refer to Working with MRC Bitmap.

Remarks

Saves the bitmap in the standard 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.

See Also

Elements

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

Topics

MRC Bitmap Functions: Saving a Page