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:
| hDoc | The document in which the object is used. |
| bIndirect | If TRUE, creates the name as an indirect object. If FALSE, creates the name as a direct object. |
| hNameVal | The value the new name will have. |
| lphName | A name object. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
