ImageGear for C and C++ on Windows v19.3 - Updated
IG_dspl_artx_image_print
API Reference Guide > Core Component API Reference > Core Component Functions Reference > Display Functions > IG_dspl_artx_image_print

This function acts like IG_dspl_image_print() function, but takes one additional parameter: hArtXPage.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_dspl_artx_image_print( 
        [IN] HIGEAR hIGear,
        [IN] DWORD dwGrpID,
        [IN] LPVOID hArtXPage,
        [IN] HDC hDC,
        [IN] BOOL bDirectToDriver
);

Arguments:

Name Type Description
hIGear HIGEAR ImageGear handle of image.
DwGrpID DWORD Identifier of group from which to get image options.
hArtXPage LPVOID ArtX page to print.
hDC HDC Handle of device context on which to draw the image.
bDirectToDriver BOOL If TRUE, then ImageGear does not perform image scaling but uses the operating system's and driver's capabilities for this. If FALSE then ImageGear performs the scaling.

Return Value:

Returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

All pixel formats supported by ImageGear for C and C++.

Sample:

ArtX