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