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

Syntax

C#
public static void OutputDebug(
	Object doc,
	int groupLevel,
	string str
)
Visual Basic
Public Shared Sub OutputDebug ( _
	doc As Object, _
	groupLevel As Integer, _
	str As String _
)
Visual C++
public:
static void OutputDebug(
	Object^ doc, 
	int groupLevel, 
	String^ str
)

Parameters

doc
Type: System..::..Object
groupLevel
Type: System..::..Int32
str
Type: System..::..String

See Also