Creates a new name object associated with the specified document and having the specified value.
Declaration:
|
Copy Code
|
AT_ERRCOUNT ACCUAPI IG_PDF_basname_create(
HIG_PDF_DOC hDoc,
AT_PDF_BOOL bIndirect,
HIG_PDF_ATOM hNameVal,
LPHIG_PDF_BASOBJ lphName
);
|
Arguments:
Name |
Type |
Description |
hDoc |
HIG_PDF_DOC |
The document in which the object is used. |
bIndirect |
AT_PDF_BOOL |
If TRUE, creates the name as an indirect object. If FALSE, creates the name as a direct object. |
hNameVal |
HIG_PDF_ATOM |
The value the new name will have. |
lphName |
LPHIG_PDF_BASOBJ |
A name object. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.