The ExportOptions type exposes the following members.
Methods
Name | Description | |
---|---|---|
IndexByExportProvider |
Searches the current ExportOptions for an index
corresponding to the specified ExportProvider.
|
|
IndexByExportProviderFormatKey |
Searches the current ExportOptions for an index
corresponding to the specified format key (see FormatKey()()()()).
|
|
Reset |
Resets all export options to their default values.
|
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.
|