ImageGear Professional DLL for Windows
IG_ARTX_page_attr_get

This function returns attributes of ArtX page.

Declaration:

 
Copy Code
AT_ERRCOUNT IG_ARTX_page_attr_get(
        HIG_ARTX_PAGE hPage,
        enumIGArtXAttrPage nParam,
        LPVOID lpData,
        UINT nDataSize
);

Arguments:

Name Type Description
hPage HIG_ARTX_PAGE ArtX page handle.
nParam enumIGArtXAttrPage Attribute to obtain.
lpData LPVOID Pointer to memory buffer to receive data requested.
nDataSize UINT Size of lpData memory buffer.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback