[]
        
(Showing Draft Content)

C1.Win.C1Document.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.

Inheritance
ExportProvider
Namespace: C1.Win.C1Document.Export
Assembly: C1.Win.C1Document.4.8.dll
Syntax
public abstract class ExportProvider : ExportProvider

Constructors

Name Description
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.

PdfExportProviderC1Pdf

Gets the static registered instance of the PDF export provider (C1Pdf).

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.

XlsExportProvider

Gets the static registered instance of the XLS export provider.

XlsxExportProvider

Gets the static registered instance of the Open XML Excel export provider.