'Declaration Public Function New( _ ByVal exportProviderFormatKey As String, _ ByVal optionsDialogClassName As String, _ ByVal enabled As Boolean, _ ByVal showOptions As Boolean, _ ByVal preview As Boolean _ )
public ExporterOptions( string exportProviderFormatKey, string optionsDialogClassName, bool enabled, bool showOptions, bool preview )
Parameters
- exportProviderFormatKey
- The export format key associated with this instance.
- optionsDialogClassName
- The options dialog class name.
- enabled
- Indicates whether this export format is enabled.
- showOptions
- Indicates whether to show options to the user.
- preview
- Indicates whether to preview the exported document by default.