[]
        
(Showing Draft Content)

C1.C1Preview.Export.ComplexExporterOptionsForm

ComplexExporterOptionsForm Class

Represents a form for editing the export options used by a ComplexExporter.

Namespace: C1.C1Preview.Export
Assembly: C1.PrintDocument.8.dll
Syntax
public class ComplexExporterOptionsForm : ExportOptionsFormBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Fields

Name Description
m_chkFixedPositioning

The "fixed positioning" checkbox.

m_chkOpenXmlDocument

The "Open XML" checkbox.

m_chkPaginated

The "preserve pagination" checkbox.

Properties

Name Description
AllowNotPaginated

Gets a value indicating whether export that does not preserve pagination of the original document should be allowed.

FixedPositioning

Gets or sets a value indicating whether objects within the document should have absolute fixed positions, or added to the document flow if possible.

OpenXmlDocument

Gets or sets a value indicating whether the export should use Open XML file format.

Paginated

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

Methods

Name Description
Dispose(bool)

Clean up any resources being used.

Init()

Performs additional initialization.

ProcessPaginated()

Can be used to update controls depending on Paginated property.