[]
Represents a C1MultiDocument's native C1MDX format ExportProvider.
public class C1mdxExportProvider : ExportProvider
| Name | Description |
|---|---|
| C1mdxExportProvider() |
| Name | Description |
|---|---|
| CanExportToStream | Gets a value indicating whether export to stream is supported by the current format. This implementation returns true (export to stream is supported). |
| DefaultExtension | Gets the default filename extension for the current export format. This implementation returns "c1dx". |
| DefaultOptionsFormClass | Gets the type of form which is used to edit the export options by default. |
| FormatName | Gets a short description of the C1DX export format. |
| PreferredOrdinal | Specifies the preferred ordinal of the export format in "save as..." and similar dialogs. This implementation returns 1. |
| ShouldEnsureGeneratedDocument | Returns false. |
| SupportedDocumentInfoFields | Gets the combination of flags indicating which fields of the DocumentInfo class are supported by the current export format. |
| Name | Description |
|---|---|
| CanExportObject(object) | Tests whether the specified object represents a document that can be exported by a C1mdxExporter. |
| CanExportType(Type) | Tests whether documents of the specified type can be exported by a C1mdxExporter. |
| NewExporter() | Creates a new instance of C1mdxExporter. |