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