Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static void ExportToXML( ArrayList list, TextWriter wrt, string encoding, bool onlyASCII ) |
Visual Basic |
---|
Public Shared Sub ExportToXML ( _ list As ArrayList, _ wrt As TextWriter, _ encoding As String, _ onlyASCII As Boolean _ ) |
Visual C++ |
---|
public: static void ExportToXML( ArrayList^ list, TextWriter^ wrt, String^ encoding, bool onlyASCII ) |
Parameters
- list
- Type: System.Collections..::..ArrayList
- wrt
- Type: System.IO..::..TextWriter
- encoding
- Type: System..::..String
- onlyASCII
- Type: System..::..Boolean