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

Glossary Item Box

Puts the specified object into the specified location in an array.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_basarr_put(
        HIG_PDF_BASOBJ hArray,
        UINT nIndex,
        HIG_PDF_BASOBJ hObject
);

Arguments:

hArray The array in which hObject is stored.
nIndex The location in array to store hObject. The first element of an array has an index of zero.
hObject The object to insert into hArray.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

The array is extended as much as necessary.

©2012. Accusoft Corporation. All Rights Reserved.