[]
Initializes a new instance of the ExporterOptions class.
public ExporterOptions(ExportProvider 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)
| 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)
| 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. |