Puts the specified integer value into the specified location in an array.
Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_basarr_put_int(
HIG_PDF_BASOBJ hArray,
UINT nIndex,
AT_PDF_BOOL bIndirect,
INT nValue
);
|
|
Arguments:
| 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. |
| nValue | INT | The integer value 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.