ImageGear Professional DLL v18.1 for Windows
IG_PDF_basdict_known
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Basic Objects > HIG_PDF_BASDICT > IG_PDF_basdict_known

Glossary Item Box

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.

©2014. Accusoft Corporation. All Rights Reserved.