[]
Represents a form for editing the export options used by a ComplexExporter.
public class ComplexExporterOptionsForm : ExportOptionsFormBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
| Name | Description |
|---|---|
| m_chkFixedPositioning | The "fixed positioning" checkbox. |
| m_chkOpenXmlDocument | The "Open XML" checkbox. |
| m_chkPaginated | The "preserve pagination" checkbox. |
| 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. |
| 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. |