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

Syntax

C#
public XmlNode InsertNode(
	XmlNode n,
	string shortName
)
Visual Basic
Public Function InsertNode ( _
	n As XmlNode, _
	shortName As String _
) As XmlNode
Visual C++
public:
XmlNode^ InsertNode(
	XmlNode^ n, 
	String^ shortName
)

Parameters

n
Type: System.Xml..::..XmlNode
shortName
Type: System..::..String

See Also