The ExportOptions type exposes the following members.

Methods

  Name Description
Public method IndexByExportProvider
Searches the current ExportOptions for an index corresponding to the specified ExportProvider.
Public method IndexByExportProviderFormatKey
Searches the current ExportOptions for an index corresponding to the specified format key (see FormatKey()()()()).
Public method Reset
Resets all export options to their default values.

Properties

  Name Description
Public property Count
Gets the number of export formats in the current ExportOptions.
Public property Item[([( Int32])])
Gets an ExporterOptions object by its index in the current ExportOptions.
Public property Item[([( String])])
Gets an ExporterOptions object by the format key of the export provider (see FormatKey()()()()).
Public property Item[([( Type])])
Gets an ExporterOptions object by the type of its ExportProvider.

See Also