Extensions

Extensions class

Provides extensions methods for the data export functionality.

public static class Extensions

Methods

Name Description
static ExportAsJson(this DocumentData, Stream) Exports document data to the stream in JSON format.
static ExportAsJson(this DocumentData, string) Exports document data to the file in JSON format.
static ExportAsJson(this IDocumentInfo, Stream) Exports the document information to the stream in JSON format.
static ExportAsJson(this IDocumentInfo, string) Exports the document information to the file in JSON format.
static ExportAsJson(this IEnumerable<MetadataItem>, Stream) Exports the collection of metadata to the stream in JSON format.
static ExportAsJson(this IEnumerable<MetadataItem>, string) Exports the collection of metadata to the file in JSON format.
static ExportAsJson(this IEnumerable<PageBarcodeArea>, Stream) Exports the collection of barcodes to the stream in JSON format.
static ExportAsJson(this IEnumerable<PageBarcodeArea>, string) Exports the collection of barcodes to the file in JSON format.
static ExportAsJson(this IEnumerable<PageTableArea>, Stream) Exports the collection of tables to the stream in JSON format.
static ExportAsJson(this IEnumerable<PageTableArea>, string) Exports the collection of tables to the file in JSON format.
static ExportAsJson(this IEnumerable<PageTextArea>, Stream) Exports the collection of text areas to the stream in JSON format.
static ExportAsJson(this IEnumerable<PageTextArea>, string) Exports the collectiob of text areas to the file in JSON format.
static ExportAsXml(this DocumentData, Stream) Exports document data to the stream in XML format.
static ExportAsXml(this DocumentData, string) Exports document data to the file in XML format.
static ExportAsXml(this IDocumentInfo, Stream) Exports the document information to the stream in XML format.
static ExportAsXml(this IDocumentInfo, string) Exports the document information to the file in XML format.
static ExportAsXml(this IEnumerable<MetadataItem>, Stream) Exports the collection of metadata to the stream in XML format.
static ExportAsXml(this IEnumerable<MetadataItem>, string) Exports the collection of metadata to the file in XML format.
static ExportAsXml(this IEnumerable<PageBarcodeArea>, Stream) Exports the collection of barcodes to the stream in XML format.
static ExportAsXml(this IEnumerable<PageBarcodeArea>, string) Exports the collection of barcodes to the file in XML format.
static ExportAsXml(this IEnumerable<PageTableArea>, Stream) Exports the collection of tables to the stream in XML format.
static ExportAsXml(this IEnumerable<PageTableArea>, string) Exports the collection of tables to the file in XML format.
static ExportAsXml(this IEnumerable<PageTextArea>, Stream) Exports the collection of text areas to the stream in XML format.
static ExportAsXml(this IEnumerable<PageTextArea>, string) Exports the collectiob of text areas to the file in XML format.

See Also