Checks if a given tag corresponds with this object.

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

Syntax

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

Parameters

tag
Type: System..::..String
the given tag

Return Value

true if the tag corresponds

See Also