PDFDocCreateIndirectBool Method |
Creates the indirect bool.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj CreateIndirectBool(
bool value
)
Public Function CreateIndirectBool (
value As Boolean
) As Obj
public:
virtual Obj^ CreateIndirectBool(
[InAttribute] bool value
) sealed
function CreateIndirectBool(value);
Parameters
- value
- Type: SystemBoolean
the value
Return Value
Type:
Obj the obj
See Also