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

Syntax

C#
public bool Add(
	string parent,
	string namespaceURI,
	string localName,
	string value
)
Visual Basic
Public Function Add ( _
	parent As String, _
	namespaceURI As String, _
	localName As String, _
	value As String _
) As Boolean
Visual C++
public:
bool Add(
	String^ parent, 
	String^ namespaceURI, 
	String^ localName, 
	String^ value
)

Parameters

parent
Type: System..::..String
namespaceURI
Type: System..::..String
localName
Type: System..::..String
value
Type: System..::..String

See Also