[]
        
(Showing Draft Content)

C1.Document.Export.IExportOptionsFormBase

IExportOptionsFormBase Interface

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

Namespace: C1.Document.Export
Assembly: C1.Document.dll
Syntax
public interface IExportOptionsFormBase : IDisposable

Properties

Name Description
DocumentInfo

Gets or sets the document info.

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
Init()
OnExporterAssigned()
ShowOptionsForm()