This function returns status information for the multi-page image, such as the association type, open mode, as well as others.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_mpi_info_get_W( HMIGEAR hMIGear, AT_MODE nMode, LPVOID lpData, DWORD dwSize ); |
Arguments:
Name | Type | Description |
hMIGear | HMIGEAR | HIGEAR handle to the multi-page image. |
nMode | AT_MODE | Specifies the type of information being retrieved. See enumIG_MPInfoMode for possible values. |
lpData | LPVOID | Pointer to the buffer to return the allocated data. |
dwSize | DWORD | Size of the buffer. |
Return Value:
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.Supported Raster Image Formats:
All pixel formats supported by ImageGear Professional.
Sample:
GUI Windows