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

Syntax

C#
public bool SetNodeText(
	XmlDocument domDocument,
	XmlNode n,
	string value
)
Visual Basic
Public Function SetNodeText ( _
	domDocument As XmlDocument, _
	n As XmlNode, _
	value As String _
) As Boolean
Visual C++
public:
bool SetNodeText(
	XmlDocument^ domDocument, 
	XmlNode^ n, 
	String^ value
)

See Also