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

Collapse imageSyntax

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

Parameters

key
Type: System..::..String
value
Type: System..::..String

Collapse imageSee Also