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