ImageGear Professional DLL v18.1 for Windows
IG_image_is_XPS
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Core Component API Reference > Core Component Functions Reference > General Image Functions > IG_image_is_XPS

Glossary Item Box

This function retrieves whether the referenced image is in the XPS format.

Declaration:

  Copy Code
AT_BOOL ACCUAPI IG_image_is_XPS( HIGEAR hIGear);

Arguments:

Name Type Description
hIGear HIGEAR HIGEAR to determine the format.

Return Value:

Returns TRUE if image is XPS; FALSE otherwise.

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

None

Remarks:

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.

©2014. Accusoft Corporation. All Rights Reserved.