ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_basdict_put_fixed
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_put_fixed

Glossary Item Box

Sets the fixed value of a dictionary key, adding the key to the dictionary if it is not already present.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_basdict_put_fixed(
        HIG_PDF_BASOBJ hDictionary,
        HIG_PDF_ATOM hKey,
        AT_PDF_BOOL bIndirect,
        AT_PDF_FIXED nValue 
);

Arguments:

hDictionary The dictionary in which a value is set.
hKey The key whose value is set. 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.
bIndirect If TRUE, creates the key value as an indirect object. If FALSE, creates the key value as a direct object.
nValue The fixed value to set.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.