ExportAsJson
Leave feedback
On this page
Exports the collection of metadata to the stream in JSON format.
public static void ExportAsJson(this IEnumerable<MetadataItem> metadata, Stream stream)
| Parameter | Type | Description |
|---|---|---|
| metadata | IEnumerable`1 | The collection of metadata. |
| stream | Stream | The output stream. |
- class MetadataItem
- class Extensions
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Exports the collection of metadata to the file in JSON format.
public static void ExportAsJson(this IEnumerable<MetadataItem> metadata, string fileName)
| Parameter | Type | Description |
|---|---|---|
| metadata | IEnumerable`1 | The collection of metadata. |
| fileName | String | The full path to the output file. |
- class MetadataItem
- class Extensions
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Exports the document information to the stream in JSON format.
public static void ExportAsJson(this IDocumentInfo documentInfo, Stream stream)
| Parameter | Type | Description |
|---|---|---|
| documentInfo | IDocumentInfo | The document information. |
| stream | Stream | The output stream. |
- interface IDocumentInfo
- class Extensions
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Exports the document information to the file in JSON format.
public static void ExportAsJson(this IDocumentInfo documentInfo, string fileName)
| Parameter | Type | Description |
|---|---|---|
| documentInfo | IDocumentInfo | The document information. |
| fileName | String | The full path to the output file. |
- interface IDocumentInfo
- class Extensions
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Exports the collection of text areas to the stream in JSON format.
public static void ExportAsJson(this IEnumerable<PageTextArea> textAreas, Stream stream)
| Parameter | Type | Description |
|---|---|---|
| textAreas | IEnumerable`1 | The collection of the text areas. |
| stream | Stream | The output stream. |
- class PageTextArea
- class Extensions
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Exports the collectiob of text areas to the file in JSON format.
public static void ExportAsJson(this IEnumerable<PageTextArea> textAreas, string fileName)
| Parameter | Type | Description |
|---|---|---|
| textAreas | IEnumerable`1 | The collection of text areas. |
| fileName | String | The full path to the output file. |
- class PageTextArea
- class Extensions
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Exports the collection of tables to the stream in JSON format.
public static void ExportAsJson(this IEnumerable<PageTableArea> tables, Stream stream)
| Parameter | Type | Description |
|---|---|---|
| tables | IEnumerable`1 | The collecton of tables. |
| stream | Stream | The output stream. |
- class PageTableArea
- class Extensions
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Exports the collection of tables to the file in JSON format.
public static void ExportAsJson(this IEnumerable<PageTableArea> tables, string fileName)
| Parameter | Type | Description |
|---|---|---|
| tables | IEnumerable`1 | The collection of tables. |
| fileName | String | The full path to the output file. |
- class PageTableArea
- class Extensions
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Exports the collection of barcodes to the stream in JSON format.
public static void ExportAsJson(this IEnumerable<PageBarcodeArea> barcodes, Stream stream)
| Parameter | Type | Description |
|---|---|---|
| barcodes | IEnumerable`1 | The collection of barcodes. |
| stream | Stream | The output stream. |
- class PageBarcodeArea
- class Extensions
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Exports the collection of barcodes to the file in JSON format.
public static void ExportAsJson(this IEnumerable<PageBarcodeArea> barcodes, string fileName)
| Parameter | Type | Description |
|---|---|---|
| barcodes | IEnumerable`1 | The collection of barcodes. |
| fileName | String | The full path to the output file. |
- class PageBarcodeArea
- class Extensions
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Exports document data to the stream in JSON format.
public static void ExportAsJson(this DocumentData documentData, Stream stream)
| Parameter | Type | Description |
|---|---|---|
| documentData | DocumentData | Document data. |
| stream | Stream | The output stream. |
- class DocumentData
- class Extensions
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Exports document data to the file in JSON format.
public static void ExportAsJson(this DocumentData documentData, string fileName)
| Parameter | Type | Description |
|---|---|---|
| documentData | DocumentData | Document data. |
| fileName | String | The full path to the output file. |
- class DocumentData
- class Extensions
- 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.