[]
Initializes a new instance of the ExporterOptions class.
public ExporterOptions(ExportProvider exportProvider)
Public Sub New(exportProvider As ExportProvider)
| Type | Name | Description |
|---|---|---|
| ExportProvider | exportProvider | The ExportProvider associated with this instance. |
Initializes a new instance of the ExporterOptions class.
public ExporterOptions(ExportProvider exportProvider, string optionsDialogClassName, bool enabled, bool showOptions, bool preview)
Public Sub New(exportProvider As ExportProvider, optionsDialogClassName As String, enabled As Boolean, showOptions As Boolean, preview As Boolean)
| Type | Name | Description |
|---|---|---|
| ExportProvider | exportProvider | The ExportProvider associated with this instance. |
| string | optionsDialogClassName | The options dialog class name. |
| bool | enabled | Indicates whether this export format is enabled. |
| bool | showOptions | Indicates whether to show options to the user. |
| bool | preview | Indicates whether to preview the exported document by default. |
Initializes a new instance of the ExporterOptions class.
public ExporterOptions(string exportProviderFormatKey, string optionsDialogClassName, bool enabled, bool showOptions, bool preview)
Public Sub New(exportProviderFormatKey As String, optionsDialogClassName As String, enabled As Boolean, showOptions As Boolean, preview As Boolean)
| Type | Name | Description |
|---|---|---|
| string | exportProviderFormatKey | The export format key associated with this instance. |
| string | optionsDialogClassName | The options dialog class name. |
| bool | enabled | Indicates whether this export format is enabled. |
| bool | showOptions | Indicates whether to show options to the user. |
| bool | preview | Indicates whether to preview the exported document by default. |