Click or drag to resize

ObjSet.CreateBool 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: System.Boolean
The value of the Bool Obj.

Return Value

Type: Obj
The created Bool Obj.
See Also