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_BASSTR
In This Topic
    HIG_PDF_BASSTR
    In This Topic

    Handle to the basic string object. A string object consists of a series of bytes-unsigned integer values in the range 0 to 255. The string elements are not integer objects, but are stored in a more compact format.

    Members:

    IG_PDF_basstr_create Creates a new string object associated with the specified document and having the specified value.
    IG_PDF_basstr_get_value Copies at most nLen bytes from obj's string value into lpString, and stores the actual length of the basic string in lpnBytes.