Namespace: iTextSharp.text.rtf.list
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void SetLegal(
	bool isLegal
)
Visual Basic
Public Sub SetLegal ( _
	isLegal As Boolean _
)
Visual C++
public:
void SetLegal(
	bool isLegal
)

Parameters

isLegal
Type: System..::..Boolean

See Also