ImageGear Professional for Linux
IG_PDF_basarr_create

Creates a new array of objects.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_basarr_create(
        HIG_PDF_DOC hDoc,
        AT_PDF_BOOL bIndirect,
        UINT nElements,
        LPHIG_PDF_BASOBJ lphArray 
);

Arguments:

Name Type Description
hDoc HIG_PDF_DOC The document in which the array is used.
bIndirect AT_PDF_BOOL If TRUE, creates the array as an indirect object. If FALSE, creates the dictionary as a direct object.
nElements UINT Number of entries in the array. This value is only a hint - the arrays grow dynamically as needed.
lphArray LPHIG_PDF_BASOBJ New array.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback