XmlExporter
Leave feedback
On this page
Provides the functionality to export data in XML format.
public sealed class XmlExporter : ExporterBase
| Name | Description |
|---|---|
| XmlExporter() | The default constructor. |
| Name | Description |
|---|---|
| override Export(DocumentData, Stream) | Exports document data to the stream. |
| Export(DocumentData, string) | Exports document data to the file. |
| override Export(IDocumentInfo, Stream) | Exports the document information to the stream. |
| Export(IDocumentInfo, string) | Exports the document information to the file. |
| override Export(IEnumerable<MetadataItem>, Stream) | Exports the collection of metadata to the stream. |
| Export(IEnumerable<MetadataItem>, string) | Exports the collection of metadata to the file. |
| override Export(IEnumerable<PageBarcodeArea>, Stream) | Exports the collection of barcodes to the stream. |
| Export(IEnumerable<PageBarcodeArea>, string) | Exports the collection of barcodes to the file. |
| override Export(IEnumerable<PageTableArea>, Stream) | Exports the collection of tables to the stream. |
| Export(IEnumerable<PageTableArea>, string) | Exports the collection of tables to the file. |
| override Export(IEnumerable<PageTextArea>, Stream) | Exports the collection of text areas to the stream. |
| Export(IEnumerable<PageTextArea>, string) | Exports the collection of text areas to the file. |
- class ExporterBase
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.