Gets the tagname of the peer.
Namespace: iTextSharp.text.xmlAssembly: 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 (); } |