ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / Basic Objects / HIG_PDF_BASDICT / IG_PDF_basdict_known
In This Topic
    IG_PDF_basdict_known
    In This Topic

    Tests whether a specific key is found in the specified dictionary.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_PDF_basdict_known(
            HIG_PDF_BASOBJ hDictionary,
            HIG_PDF_ATOM hKey,
            LPAT_PDF_BOOL lpbKnown 
    );
    

    Arguments:

    Name Type Description
    hDictionary HIG_PDF_BASOBJ The dictionary in which to look for key.
    hKey HIG_PDF_ATOM The key to find. See the PDF Reference to obtain the names of keys in dictionary objects that are part of standard PDF, such as annotations or page objects.
    lpbKnown LPAT_PDF_BOOL TRUE if the value of a key is known (exists and is not null) in hDictionary; FALSE otherwise.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.