ImageGear for C and C++ on Linux v20.0 - Updated
IG_image_is_PDF
API Reference Guide > Core Component API Reference > Core Component Functions Reference > General Image Functions > IG_image_is_PDF

This function returns TRUE if the image is PDF.

Declaration:

 
Copy Code
AT_BOOL ACCUAPI IG_image_is_PDF( HIGEAR hIGear);

Arguments:

Name Type Description
hIGear HIGEAR HIGEAR handle of image.

Return Value:

Returns TRUE if the image is PDF; FALSE - otherwise.

Supported Raster Image Formats:

All pixel formats supported by ImageGear for C and C++.

Is this page helpful?
Yes No
Thanks for your feedback.