[]
The abstract base class describing a supported export format. All export providers describing specific formats (such as PDF or HTML) derive from this class.
public abstract class ExportProvider
| Name | Description |
|---|---|
| BmpExportProvider | Gets the static registered instance of the BMP export provider. |
| CsvExportProvider | Gets the static registered instance of the Open XML Excel export provider. |
| DocxExportProvider | Gets the static registered instance of the Open XML Word export provider. |
| GifExportProvider | Gets the static registered instance of the GIF export provider. |
| HtmlExportProvider | Gets the static registered instance of the HTML export provider. |
| JpegExportProvider | Gets the static registered instance of the JPEG export provider. |
| MetafileExportProvider | Gets the static registered instance of the metafile export provider. |
| PdfExportProvider | Gets the static registered instance of the PDF export provider. |
| PngExportProvider | Gets the static registered instance of the PNG export provider. |
| RtfExportProvider | Gets the static registered instance of the RTF export provider. |
| TiffExportProvider | Gets the static registered instance of the TIFF export provider. |
| XlsxExportProvider | Gets the static registered instance of the Open XML Excel export provider. |
| Name | Description |
|---|---|
| CanShowOptions | Gets a value indicating whether the associated ExportFilter can show a dialog allowing the user to edit the export options. |
| DefaultExtension | Gets the default filename extension for the current export format. |
| FormatName | Gets a short description of the current export format. |
| SupportedDocumentInfoFields | Gets the combination of flags indicating which fields of the DocumentInfo class are supported by the current export format. |
| Name | Description |
|---|---|
| NewExporter() | Creates a new Exporter object. When overridden in a derived class, returns an instance of a specialized class derived from ExportFilter. |