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

Syntax

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

Parameters

outputDebugLineBreaks
Type: System..::..Boolean

See Also