Namespace: iTextSharp.text.xml.simpleparser
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
void Comment(
	string text
)
Visual Basic
Sub Comment ( _
	text As String _
)
Visual C++
void Comment(
	String^ text
)

Parameters

text
Type: System..::..String

Collapse imageSee Also