[]
        
(Showing Draft Content)

C1.Win.C1Document.Export.RtfOptionsForm

RtfOptionsForm Class

Represents a form for editing the export options used by an HtmlFilter.

Namespace: C1.Win.C1Document.Export
Assembly: C1.Win.C1Document.4.8.dll
Syntax
public class RtfOptionsForm : ExportOptionsFormBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IExportOptionsFormBase, IDisposable

Constructors

Name Description
RtfOptionsForm()

Initializes a new instance of the HtmlOptionsForm class.

Fields

Name Description
m_chkFastOpenXml2007
m_chkOpenXmlDocument
m_chkPaged

Properties

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.

Methods

Name Description
CanExportRange(OutputRangeType)
Dispose(bool)

Clean up any resources being used.

OnExporterAssigned()