Class ExportFormat
Supported export formats
Defines the file formats available for exporting extracted data.
Inheritance
System.Object
ExportFormat
Namespace: IronPdf.Extractions
Assembly: IronPdf.dll
Syntax
public sealed class ExportFormat : Enum
Fields
Csv
Comma-Separated Values format
Standard format for spreadsheet data.
Declaration
public const ExportFormat Csv
Field Value
| Type | Description |
|---|---|
| ExportFormat |
Html
HyperText Markup Language format
Web-ready format with styling support.
Declaration
public const ExportFormat Html
Field Value
| Type | Description |
|---|---|
| ExportFormat |
Json
JavaScript Object Notation format
Structured data format for web applications.
Declaration
public const ExportFormat Json
Field Value
| Type | Description |
|---|---|
| ExportFormat |
Txt
Plain text format
Simple text representation of tables.
Declaration
public const ExportFormat Txt
Field Value
| Type | Description |
|---|---|
| ExportFormat |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Xml
eXtensible Markup Language format
Structured format for data interchange.
Declaration
public const ExportFormat Xml
Field Value
| Type | Description |
|---|---|
| ExportFormat |