ImageGear Professional DLL v17.1 for Windows Accusoft
IG_image_is_XPS
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > 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:

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:

See enumControlOpt for further information on image option IDs.

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.

©2012. Accusoft Corporation. All Rights Reserved.