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( Hashtable names, TextWriter wrt, string encoding, bool onlyASCII ) |
Visual Basic |
---|
Public Shared Sub ExportToXML ( _ names As Hashtable, _ wrt As TextWriter, _ encoding As String, _ onlyASCII As Boolean _ ) |
Visual C++ |
---|
public: static void ExportToXML( Hashtable^ names, TextWriter^ wrt, String^ encoding, bool onlyASCII ) |
Parameters
- names
- Type: System.Collections..::..Hashtable
- wrt
- Type: System.IO..::..TextWriter
- encoding
- Type: System..::..String
- onlyASCII
- Type: System..::..Boolean