ImageGear Professional v18.4 > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Basic Objects > HIG_PDF_BASARR > IG_PDF_basarr_put |
Puts the specified object into the specified location in an array.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_basarr_put( HIG_PDF_BASOBJ hArray, UINT nIndex, HIG_PDF_BASOBJ hObject ); |
Name | Type | Description |
hArray | HIG_PDF_BASOBJ | The array in which hObject is stored. |
nIndex | UINT | The location in array to store hObject. The first element of an array has an index of zero. |
hObject | HIG_PDF_BASOBJ | The object to insert into hArray. |
Error count.
This function does not process image pixels.
The array is extended as much as necessary.