[]
        
(Showing Draft Content)

C1.C1Preview.Export.ExportProviders

ExportProviders Class

Represents the collection of registered export providers (classed derived from ExportProvider).

Inheritance
ExportProviders
Implements
Namespace: C1.C1Preview.Export
Assembly: C1.PrintDocument.8.dll
Syntax
public class ExportProviders : IEnumerable

Properties

Name Description
BmpExportProvider

Gets the static registered instance of the BMP export provider.

C1dExportProvider

Gets the static registered instance of the C1D export provider.

C1dbExportProvider

Gets the static registered instance of the C1DB export provider.

C1dxExportProvider

Gets the static registered instance of the C1DX export provider.

C1mdxExportProvider

Gets the static registered instance of the C1MDX export provider.

Count

Gets the count of registered export providers in the current collection.

DocxExportProvider

Gets the static registered instance of the DOCX export provider.

EmfExportProvider

Gets the static registered instance of the EMF export provider.

GifExportProvider

Gets the static registered instance of the GIF export provider.

HtmlExportProvider

Gets the static registered instance of the HTML export provider.

this[int]

Gets the ExportProvider at the specified index.

this[string]

Gets the ExportProvider with the specified default file extension (see DefaultExtension).

JpegExportProvider

Gets the static registered instance of the JPEG export provider.

PdfExportProvider

Gets the static registered instance of the PDF export provider.

PngExportProvider

Gets the static registered instance of the PNG export provider.

RegisteredProviders

Gets the static collection of all registered ExportProvider objects.

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 XLSX export provider.

XpsExportProvider

Gets the static registered instance of the XPS export provider.

Methods

Name Description
FindExportProviderByFormatKey(string)

Searches for an ExportProvider by its format key. The format key is an arbitrary string that uniquely identifies the export format. For each format, it is returned by the FormatKey property.

IndexOf(ExportProvider)

Gets the index of the specified ExportProvider in the current collection.

Register(ExportProvider)

Registers an ExportProvider in the current ExportProviders.