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.
