Load method (LEADMrc Control)
Builder Syntax |
int Load(TLEADImage* LEADImg, AnsiString strFileName, int nPageNo); |
Delphi Syntax |
Function Load(LEADImg: TLEADImage; strFileName: String; nPageNo: L_INT): L_INT; |
Overview |
Refer to Working with the LEADMrc Control. |
Remarks
(Document/Medical only) Loads Mixed Raster Content (MRC) files that were saved using either the LEAD Proprietary T44 Format or the Standard T44 Format. If the file is a multipaged file, pass the number of the page to be loaded to nPageNo. Use 1 to load a single paged file.
See Also