[]
The abstract base class for C1dExporterBase and C1mdxExporter classes.
public abstract class C1ExporterBase : Exporter
| Name | Description |
|---|---|
| C1ExporterBase() |
| Name | Description |
|---|---|
| CanPreviewOutputFile() | Overridden.
Tests whether OutputFileName can be previewed.
Calls the base implementation, if that returns false,
tries to create an instance of |
| PreviewOutputFile() | Overridden.
Previews OutputFileName.
Tries to preview the output file, either using the OS shell or
an own instance of |
| ProcessPage(Metafile, C1MetafileInfo, int, bool) | Not supported for this class. |