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

Syntax

C#
public static void ExportToXML(
	ArrayList list,
	Stream outp,
	string encoding,
	bool onlyASCII
)
Visual Basic
Public Shared Sub ExportToXML ( _
	list As ArrayList, _
	outp As Stream, _
	encoding As String, _
	onlyASCII As Boolean _
)
Visual C++
public:
static void ExportToXML(
	ArrayList^ list, 
	Stream^ outp, 
	String^ encoding, 
	bool onlyASCII
)

See Also