Sets a value for an attribute.

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

Syntax

C#
public void AddValue(
	string name,
	string value
)
Visual Basic
Public Sub AddValue ( _
	name As String, _
	value As String _
)
Visual C++
public:
void AddValue(
	String^ name, 
	String^ value
)

Parameters

name
Type: System..::..String
the iText tagname
value
Type: System..::..String
the default value for this tag

See Also