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. |