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

Collapse imageSyntax

C#
public static bool IsHtml(
	string tag
)
Visual Basic
Public Shared Function IsHtml ( _
	tag As String _
) As Boolean
Visual C++
public:
static bool IsHtml(
	String^ tag
)

Parameters

tag
Type: System..::..String

Collapse imageSee Also