Click or drag to resize

ObjSetCreateBool Method

Creates a Bool Obj.

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

Parameters

value
Type: SystemBoolean
The value of the Bool Obj.

Return Value

Type: Obj
The created Bool Obj.
See Also