[]
Represents a C1PrintDocument's native C1DX format ExportProvider.
public class C1dxExportProvider : ExportProvider
| Name | Description |
|---|---|
| C1dxExportProvider() |
| 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 C1dxExporter. |
| CanExportType(Type) | Tests whether documents of the specified type can be exported by a C1dxExporter. |
| NewExporter() | Creates a new instance of C1dxExporter. |