ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_basdict_create
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Basic Objects > HIG_PDF_BASDICT > IG_PDF_basdict_create

Glossary Item Box

Creates a new dictionary.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_basdict_create(
        HIG_PDF_DOC hDoc,
        AT_PDF_BOOL bIndirect,
        UINT nEntries,
        LPHIG_PDF_BASOBJ lphDictionary 
);

Arguments:

hDoc The document in which the dictionary is used.
bIndirect If TRUE, creates the dictionary as an indirect object. If FALSE, creates the dictionary as a direct object.
nEntries Number of entries in the dictionary. This value is only a hint - the dictionaries grow dynamically as needed.
lphDictionary New dictionary.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

See the PDF Reference for information on dictionary objects that are part of standard PDF, such as annotations or page objects.

©2012. Accusoft Corporation. All Rights Reserved.