ImageGear for C and C++ on Windows v19.3 - Updated
IG_ISIS_drv_start_page
API Reference Guide > ISIS Component API Reference > ISIS Component Functions Reference > Single-Step Driver Control Functions > IG_ISIS_drv_start_page

Start a new page.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_ISIS_drv_start_page(
        HISISDRV hStack,
        LPHISISDRV lphPage
);

Arguments:

Name Type Description
hStack HISISDRV The handle of the stack in which this page is being created.
lphPage LPHISISDRV A pointer to the handle of the page created and returned by the IG_ISIS_drv_start_page function.

Return Value:

Error count.

Supported Raster Image Formats:

Depends on the scanner driver.

Example:

See IG_ISIS_drv_start_data example.

Remarks:

The IG_ISIS_drv_start_page function tells a driver to start a new page and returns a page handle.

IG_ISIS_drv_start_page is one of several hierarchical data transfer functions that are called automatically by the IG_ISIS_run_zone function. The hierarchy of data transfer functions is:

 
Copy Code
IG_ISIS_drv_start_stack
     IG_ISIS_drv_start_page
          IG_ISIS_drv_start_zone
               IG_ISIS_drv_forward
                    IG_ISIS_drv_start_data
                         IG_ISIS_drv_put_data
          IG_ISIS_drv_end_zone
     IG_ISIS_drv_end_page
IG_ISIS_drv_end_stack