Handle to the basic name object. A name object is an atomic symbol uniquely defined by a sequence of characters.
Uniquely defined means that any two name objects made up of the same sequence of characters are identically the same object. Atomic means that a name has no internal structure; although it is defined by a sequence of characters, those characters are not "elements" of the name.
Members:
IG_PDF_basname_create | Creates a new name object associated with the specified document and having the specified value. |
IG_PDF_basname_get_value | Gets the value of the specified name object. |