[]
        
(Showing Draft Content)

C1.C1Preview.Export.C1dxExporter

C1dxExporter Class

Represents an object that can be used to export a document to C1DX format.

Inheritance
C1dxExporter
Namespace: C1.C1Preview.Export
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class C1dxExporter : C1dExporterBase

Constructors

Name Description
C1dxExporter()

Properties

Name Description
C1DocumentFormat

Overridden. Gets a C1DocumentFormatEnum value that determines the format used to save the document. This implementation returns C1dx.

ExportProvider

Gets C1dxExportProvider.

Methods

Name Description
CopyPropertiesToOptionsForm(ExportOptionsFormBase)

Copies the properties of the current exporter to corresponding user-editable options of the specified export options form.

See Also