Load method (Mixed Raster Content Control)

C++ Builder Example

Delphi Example

 

Builder Syntax

int __fastcall Load (AnsiString szFileName, int nPageNo);

Delphi Syntax

Function Load (szFileName: String; nPageNo: Integer): Integer;

Overview

Refer to Working with MRC Bitmap.

Remarks

Loads MRC image files that were saved using either LEAD Proprietary T44 Format or Standard T44 Format.

See Also

Elements

Save method, SaveT44 method, GetPagesCount method

Topics

MRC Bitmap Functions: Loading a Page