This function retrieves whether the referenced image is in the XPS format.
Copy Code
|
|
---|---|
AT_BOOL ACCUAPI IG_image_is_XPS( HIGEAR hIGear); |
Name | Type | Description |
---|---|---|
hIGear | HIGEAR | HIGEAR to determine the format. |
This function does not process image pixels.
None
To determine the number of errors currently on the error stack use IG_error_check. After fetching all error information you need using IG_error_get, use IG_error_clear to clear the stack.