Export
Contents
[
Hide
]
Export(IEnumerable<MetadataItem>, Stream)
Exports the collection of metadata to the stream.
public abstract void Export(IEnumerable<MetadataItem> metadata, Stream stream)
Parameter | Type | Description |
---|---|---|
metadata | IEnumerable`1 | The collection of metadata. |
stream | Stream | The output stream. |
See Also
- class MetadataItem
- class ExporterBase
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Export(IEnumerable<MetadataItem>, string)
Exports the collection of metadata to the file.
public void Export(IEnumerable<MetadataItem> metadata, string fileName)
Parameter | Type | Description |
---|---|---|
metadata | IEnumerable`1 | The collection of metadata. |
fileName | String | The full path to the output file. |
See Also
- class MetadataItem
- class ExporterBase
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Export(IDocumentInfo, Stream)
Exports the document information to the stream.
public abstract void Export(IDocumentInfo documentInfo, Stream stream)
Parameter | Type | Description |
---|---|---|
documentInfo | IDocumentInfo | The document information. |
stream | Stream | The output stream. |
See Also
- interface IDocumentInfo
- class ExporterBase
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Export(IDocumentInfo, string)
Exports the document information to the file.
public void Export(IDocumentInfo documentInfo, string fileName)
Parameter | Type | Description |
---|---|---|
documentInfo | IDocumentInfo | The document information. |
fileName | String | The full path to the output file. |
See Also
- interface IDocumentInfo
- class ExporterBase
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Export(IEnumerable<PageTextArea>, Stream)
Exports the collection of text areas to the stream.
public abstract void Export(IEnumerable<PageTextArea> textAreas, Stream stream)
Parameter | Type | Description |
---|---|---|
textAreas | IEnumerable`1 | The collection of the text areas. |
stream | Stream | The output stream. |
See Also
- class PageTextArea
- class ExporterBase
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Export(IEnumerable<PageTextArea>, string)
Exports the collection of text areas to the file.
public void Export(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. |
See Also
- class PageTextArea
- class ExporterBase
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Export(IEnumerable<PageTableArea>, Stream)
Exports the collection of tables to the stream.
public abstract void Export(IEnumerable<PageTableArea> tables, Stream stream)
Parameter | Type | Description |
---|---|---|
tables | IEnumerable`1 | The collecton of tables. |
stream | Stream | The output stream. |
See Also
- class PageTableArea
- class ExporterBase
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Export(IEnumerable<PageTableArea>, string)
Exports the collection of tables to the file.
public void Export(IEnumerable<PageTableArea> tables, string fileName)
Parameter | Type | Description |
---|---|---|
tables | IEnumerable`1 | The collection of tables. |
fileName | String | The full path to the output file. |
See Also
- class PageTableArea
- class ExporterBase
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Export(IEnumerable<PageBarcodeArea>, Stream)
Exports the collection of barcodes to the stream.
public abstract void Export(IEnumerable<PageBarcodeArea> barcodes, Stream stream)
Parameter | Type | Description |
---|---|---|
barcodes | IEnumerable`1 | The collection of barcodes. |
stream | Stream | The output stream. |
See Also
- class PageBarcodeArea
- class ExporterBase
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Export(IEnumerable<PageBarcodeArea>, string)
Exports the collection of barcodes to the file.
public void Export(IEnumerable<PageBarcodeArea> barcodes, string fileName)
Parameter | Type | Description |
---|---|---|
barcodes | IEnumerable`1 | The collection of barcodes. |
fileName | String | The full path to the output file. |
See Also
- class PageBarcodeArea
- class ExporterBase
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Export(DocumentData, Stream)
Exports document data to the stream.
public abstract void Export(DocumentData documentData, Stream stream)
Parameter | Type | Description |
---|---|---|
documentData | DocumentData | Document data. |
stream | Stream | The output stream. |
See Also
- class DocumentData
- class ExporterBase
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Export(DocumentData, string)
Exports document data to the file.
public void Export(DocumentData documentData, string fileName)
Parameter | Type | Description |
---|---|---|
documentData | DocumentData | Document data. |
fileName | String | The full path to the output file. |
See Also
- class DocumentData
- class ExporterBase
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser