[]
        
(Showing Draft Content)

C1.Win.Document.Export.XlsOptionsForm

XlsOptionsForm Class

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

Namespace: C1.Win.Document.Export
Assembly: C1.Win.Document.8.dll
Syntax
public class XlsOptionsForm : ExportOptionsFormBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IExportOptionsFormBase, IDisposable

Constructors

Name Description
XlsOptionsForm()

Initializes a new instance of the HtmlOptionsForm class.

Fields

Name Description
m_chkOpenXmlDocument
m_lblTolerance
m_numTolerance

Properties

Name Description
Exporter

Gets the associated exporter.

OpenXmlDocument

Gets or sets whether to export the file using the OpenXml format used by Microsoft Word 2007 and later.

PictureLayer

Gets or sets whether to export using separated picture layer.

Tolerance

Gets or sets the tolerance (in points) when auto-detecting the boundaries of rows and columns in the document. The smaller this amount, the greater the number of narrow rows and columns created for precise positioning of data.

Methods

Name Description
Dispose(bool)

Clean up any resources being used.

OnExporterAssigned()