ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDF_basarr_put_fixed
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Basic Objects > HIG_PDF_BASARR > IG_PDF_basarr_put_fixed

Puts the specified fixed value into the specified location in an array.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_basarr_put_fixed(
        HIG_PDF_BASOBJ hArray,
        UINT nIndex,
        AT_PDF_BOOL bIndirect,
        AT_PDF_FIXED 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 AT_PDF_FIXED The fixed 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.

Is this page helpful?
Yes No
Thanks for your feedback.