| Method | ||
|---|---|---|
|
ASBool CosBooleanValue(CosObj obj)
Gets the value of the specified boolean object.
|
||
|
Creates a new boolean object associated with the specified document and having the specified value.
|
||
| CosBooleanValue | () |
| Product availability: PDFL |
| Platform availability: Macintosh, Windows, UNIX |
Gets the value of the specified boolean object.
An exception is raised if obj has the wrong Cos type.
Parameters
obj — |
The value of |
See Also
Since
| File: CosProcs.h |
| Line: 514 |
| CosNewBoolean | () |
| Product availability: PDFL |
| Platform availability: Macintosh, Windows, UNIX |
Creates a new boolean object associated with the specified document and having the specified value.
Parameters
dP — | ||
indirect — | IN If |
|
value — |
A Cos boolean object. |
See Also
Since
| File: CosProcs.h |
| Line: 195 |