Returns the name of the meta information.

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

Syntax

C#
public static int GetType(
	string tag
)
Visual Basic
Public Shared Function GetType ( _
	tag As String _
) As Integer
Visual C++
public:
static int GetType(
	String^ tag
)

Parameters

tag
Type: System..::..String
name to match

Return Value

a string

See Also