'Declaration Public Function New( _ ByVal exportProvider As ExportProvider, _ ByVal optionsDialogClassName As String, _ ByVal enabled As Boolean, _ ByVal showOptions As Boolean, _ ByVal preview As Boolean _ )
public ExporterOptions( ExportProvider exportProvider, string optionsDialogClassName, bool enabled, bool showOptions, bool preview )
Parameters
- exportProvider
- The ExportProvider 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.