Gets the tagname of the peer.

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

Syntax

C#
public string Tag { get; }
Visual Basic
Public ReadOnly Property Tag As String
	Get
Visual C++
public:
property String^ Tag {
	String^ get ();
}

Field Value

the tagname of the peer

See Also