ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Functions Reference / General Image Functions / IG_image_is_XPS
In This Topic
    IG_image_is_XPS
    In This Topic

    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.