ImageGear Professional DLL v18.1 for Windows
FNIGGUI_PAGE_LOAD
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > GUI Component API Reference > GUI Component Callback Functions Reference > FNIGGUI_PAGE_LOAD

Glossary Item Box

This function is called by ImageGear to let your application load a page into a HIGEAR image handle.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI FNIGGUI_PAGE_LOAD(
   LPVOID lpPrivate, 
   UINT nPage, 
   LPHIGEAR lphIGear
);

Arguments:

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.

Return Value:

Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

All formats supported by ImageGear.

Sample:

GUI

©2014. Accusoft Corporation. All Rights Reserved.