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