C1.WPF.Document.4 Assembly > C1.WPF.Document.Export Namespace : ExportProvider Class |
The following tables list the members exposed by ExportProvider.
Name | Description | |
---|---|---|
![]() ![]() | BmpExportProvider | Gets the static registered instance of the BMP 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. |
![]() ![]() | XlsExportProvider | Gets the static registered instance of the XLS 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 C1.WPF.Document.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. |