Click or drag to resize

ObjSetBool Method

Sets the bool value of this Obj.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetBool(
	bool value
)

Parameters

value
Type: SystemBoolean
The bool value to set.
See Also