ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_basname_create
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Basic Objects > HIG_PDF_BASNAME > IG_PDF_basname_create

Glossary Item Box

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.

©2012. Accusoft Corporation. All Rights Reserved.