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

Syntax

C#
public void SetNoCharacterWrapping(
	int noCharacterWrapping
)
Visual Basic
Public Sub SetNoCharacterWrapping ( _
	noCharacterWrapping As Integer _
)
Visual C++
public:
void SetNoCharacterWrapping(
	int noCharacterWrapping
)

Parameters

noCharacterWrapping
Type: System..::..Int32

See Also