[]
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.
public abstract class ComplexExporter : Exporter
| Name | Description |
|---|---|
| ComplexExporter() | Initializes a new instance of the ComplexExporter class. |
| 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. |
| 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. |