[]
Represents a form for editing the export options used by an Exporter.
public class ExportOptionsFormBase : BaseForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
| Name | Description |
|---|---|
| m_btnCancel | |
| m_btnDocumentInfo | |
| m_btnOk | |
| m_btnOutputRange | |
| m_chkPreview |
| Name | Description |
|---|---|
| Document | Gets the document that is to be exported. |
| DocumentInfo | Gets or sets the document info. |
| ExportProvider | Gets the associated export provider. |
| Exporter | Gets the associated exporter. |
| 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. |
| Name | Description |
|---|---|
| CreateForm(Exporter, Type, Type) | Creates a new instance of a ExportOptionsFormBase-derived class. |
| Dispose(bool) | Clean up any resources being used. |
| Init() |