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_PDF
In This Topic
    IG_image_is_PDF
    In This Topic

    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++.

    Sample:

    None