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

Syntax

C#
public void FilterSpecialChar(
	Stream outp,
	string str,
	bool useHex,
	bool softLineBreaks
)
Visual Basic
Public Sub FilterSpecialChar ( _
	outp As Stream, _
	str As String, _
	useHex As Boolean, _
	softLineBreaks As Boolean _
)
Visual C++
public:
void FilterSpecialChar(
	Stream^ outp, 
	String^ str, 
	bool useHex, 
	bool softLineBreaks
)

Parameters

outp
Type: System.IO..::..Stream
str
Type: System..::..String
useHex
Type: System..::..Boolean
softLineBreaks
Type: System..::..Boolean

See Also