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