[]
        
(Showing Draft Content)

C1.WPF.Document.Export.ExportProvider

ExportProvider Class

The abstract base class describing a supported export format. All export providers describing specific formats (such as PDF or HTML) derive from this class.

Namespace: C1.WPF.Document.Export
Assembly: C1.WPF.Document.dll
Syntax
public abstract class ExportProvider

Fields

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.

Properties

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.

Methods

Name Description
NewExporter()

Creates a new Exporter object. When overridden in a derived class, returns an instance of a specialized class derived from ExportFilter.