This function is called by ImageGear to let your application load a page into a HIGEAR image handle.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI FNIGGUI_PAGE_LOAD( LPVOID lpPrivate, UINT nPage, LPHIGEAR lphIGear ); |
Name | Type | Description |
---|---|---|
lpPrivate | LPVOID | A file name. |
nPage | UINT | The number of page to load. |
lphIGear | LPHIGEAR | A pointer to the HIGEAR handle in which the image will reside. |
All formats supported by ImageGear.
GUI