The ExportOptions type exposes the following members.

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