[]
        
(Showing Draft Content)

C1.C1Preview.Export.ComplexExporter

ComplexExporter Class

The abstract base class for all exporter classes associated with export providers derived from ComplexExportProvider. Non-abstract classes derived from this class must override the ProcessPage(Metafile, C1MetafileInfo, int, bool) method.

Inheritance
ComplexExporter
Namespace: C1.C1Preview.Export
Assembly: C1.PrintDocument.8.dll
Syntax
public abstract class ComplexExporter : Exporter

Constructors

Name Description
ComplexExporter()

Initializes a new instance of the ComplexExporter class.

Properties

Name Description
FixedPositioning

Gets or sets a value indicating whether the exported document should exactly match the appearance of the original document. Usually this can only be achieved at the cost of preserving the logical structure and/or ease of editing of the exported document.

OpenXmlDocument

Gets or sets a value indicating whether the document should be saved in Office12 Open XML format.

Paginated

Gets or sets a value indicating whether the exported document should preserve the pagination of the original document.

Methods

Name Description
CopyPropertiesFromOptionsForm(ExportOptionsFormBase)

Copies the options from the specified export options form to corresponding properties on the current exporter.

CopyPropertiesToOptionsForm(ExportOptionsFormBase)

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