ImageGear Professional v18.4 > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Basic Objects > HIG_PDF_BASARR > IG_PDF_basarr_put_name |
Puts the specified name value into the specified location in an array.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_basarr_put_name( HIG_PDF_BASOBJ hArray, UINT nIndex, AT_PDF_BOOL bIndirect, HIG_PDF_ATOM nName ); |
Name | Type | Description |
hArray | HIG_PDF_BASOBJ | The array in which a value is stored. |
nIndex | UINT | The location in array to store a value. The first element of an array has an index of zero. |
bIndirect | AT_PDF_BOOL | If TRUE, creates the key value as an indirect object. If FALSE, creates the key value as a direct object. |
nName | HIG_PDF_ATOM | The name value to insert into hArray. |
Error count.
This function does not process image pixels.
The array is extended as much as necessary.