Appends a new ObjType::e_bool object at the end of the Array.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj PushBackBool(
bool value
)
Public Function PushBackBool (
value As Boolean
) As Obj
public:
virtual Obj^ PushBackBool(
[InAttribute] bool value
) sealed
function PushBackBool(value);
Parameters
- value
- Type: SystemBoolean
The value of the ObjType::e_bool object.
Return Value
Type:
Obj
The new Bool object.
See Also