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

Collapse imageSyntax

C#
public static string GetNodeText(
	XmlNode n
)
Visual Basic
Public Shared Function GetNodeText ( _
	n As XmlNode _
) As String
Visual C++
public:
static String^ GetNodeText(
	XmlNode^ n
)

Parameters

n
Type: System.Xml..::..XmlNode

Collapse imageSee Also