[]
        
(Showing Draft Content)

C1.Win.Document.Export.ExportOptionsFormBase

ExportOptionsFormBase Class

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

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

Fields

Name Description
m_btnCancel
m_btnDocumentInfo
m_btnOk
m_btnOutputRange
m_chkPreview

Properties

Name Description
DocumentInfo

Gets or sets the document info.

ExportProvider

Gets the associated export provider.

Exporter

Gets the associated exporter.

MaxPageNumber

Gets or sets the maximum number of pages in the exported document.

Preview

Gets or sets a value indicating whether the resulting document should be opened using the default system viewer.

Range

Gets or sets the range of pages to be exported.

Methods

Name Description
CanExportRange(OutputRangeType)
CanSetDocumentInfo()
CanSetOutputRange()
CreateForm(ExportFilter, Type, Type)

Creates a new instance of a ExportOptionsFormBase-derived class.

Dispose(bool)

Clean up any resources being used.

Init()
OnExporterAssigned()
ShowOptionsForm()