[]
Represents a form for editing the export options used by an HtmlFilter.
public class RtfOptionsForm : ExportOptionsFormBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IExportOptionsFormBase, IDisposable
| Name | Description |
|---|---|
| RtfOptionsForm() | Initializes a new instance of the HtmlOptionsForm class. |
| Name | Description |
|---|---|
| m_chkFastOpenXml2007 | |
| m_chkOpenXmlDocument | |
| m_chkPaged |
| Name | Description |
|---|---|
| Exporter | Gets the associated exporter. |
| FastOpenXml2007 | Gets or sets whether to export the file using the fast OpenXml 2007 format used by Microsoft Word 2007 and later. |
| OpenXmlDocument | Gets or sets whether to export the file using the OpenXml format used by Microsoft Word 2007 and later. |
| Paged | Specifies whether the filter should produce a continuous report into a single HTML file or a paged report into a set of HTML files. |
| Name | Description |
|---|---|
| CanExportRange(OutputRangeType) | |
| Dispose(bool) | Clean up any resources being used. |
| OnExporterAssigned() |