[]
        
(Showing Draft Content)

C1.C1Preview.Export.C1ExporterBase

C1ExporterBase Class

The abstract base class for C1dExporterBase and C1mdxExporter classes.

Inheritance
C1ExporterBase
Namespace: C1.C1Preview.Export
Assembly: C1.PrintDocument.4.8.dll
Syntax
public abstract class C1ExporterBase : Exporter
Public MustInherit Class C1ExporterBase
    Inherits Exporter

Constructors

Name Description
C1ExporterBase()

Methods

Name Description
CanPreviewOutputFile()

Overridden. Tests whether OutputFileName can be previewed. Calls the base implementation, if that returns false, tries to create an instance of C1.Win.C1Preview.C1PrintPreviewDialog, returns true if succeeds.

PreviewOutputFile()

Overridden. Previews OutputFileName. Tries to preview the output file, either using the OS shell or an own instance of C1.Win.C1Preview.C1PrintPreviewDialog if there is no shell association on the current system.

ProcessPage(Metafile, C1MetafileInfo, int, bool)

Not supported for this class.

See Also