ImageGear Professional for Linux
IG_PDF_basarr_put_name

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

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_basarr_put_name(
        HIG_PDF_BASOBJ hArray,
        UINT nIndex,
        AT_PDF_BOOL bIndirect,
        HIG_PDF_ATOM nName
);

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.
nName HIG_PDF_ATOM The name 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.

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback