ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / Basic Objects / HIG_PDF_BASNAME
In This Topic
    HIG_PDF_BASNAME
    In This Topic

    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.