The ExportOptions type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of export formats in the current ExportOptions.
|
|
Item[([( Int32])]) |
Gets an ExporterOptions object by its index
in the current ExportOptions.
|
|
Item[([( String])]) |
Gets an ExporterOptions object by the format key
of the export provider (see FormatKey()()()()).
|
|
Item[([( Type])]) |
Gets an ExporterOptions object by the type
of its ExportProvider.
|