[]
Searches the current ExportOptions for an index corresponding to the specified format key (see FormatKey).
public int IndexByExportProviderFormatKey(string exportProviderFormatKey)
Type | Name | Description |
---|---|---|
string | exportProviderFormatKey | The FormatKey to search for. |
Type | Description |
---|---|
int | Index of the specified export provider in the current ExportOptions, or -1 if none was found. |