Gets the list of attributes of the peer.

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

Syntax

C#
public virtual Properties GetAttributes(
	Hashtable attrs
)
Visual Basic
Public Overridable Function GetAttributes ( _
	attrs As Hashtable _
) As Properties
Visual C++
public:
virtual Properties^ GetAttributes(
	Hashtable^ attrs
)

See Also