| ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General API > IGPDFCtl Control > IGPDFCtl Methods > CreateBasString Method |
Creates a new string object associated with the specified document and with the specified value.
CreateBasString (Doc As IGPDFDoc, Indirect As Boolean, Value As String) As IGPDFBasString
| Name | Description |
|---|---|
| Doc | The document in which the string is used. |
| Indirect | If True, creates the string as an indirect object. If False, creates the string as a direct object. |
| Value | The value the new string will have. |