Returns the iText attribute name.

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

Syntax

C#
public string GetName(
	string name
)
Visual Basic
Public Function GetName ( _
	name As String _
) As String
Visual C++
public:
String^ GetName(
	String^ name
)

Parameters

name
Type: System..::..String
the custom attribute name

Return Value

the iText attribute name

See Also