Creates a new array of objects.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_basarr_create( HIG_PDF_DOC hDoc, AT_PDF_BOOL bIndirect, UINT nElements, LPHIG_PDF_BASOBJ lphArray ); |
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. |
Error count.
This function does not process image pixels.