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:
hDoc | The document in which the array is used. |
bIndirect | If TRUE, creates the array as an indirect object. If FALSE, creates the dictionary as a direct object. |
nElements | Number of entries in the array. This value is only a hint - the arrays grow dynamically as needed. |
lphArray | New array. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.