Checks if a given tag corresponds with a title tag for this object.

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

Syntax

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

Parameters

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

Return Value

true if the tag corresponds

See Also