FindExportProviderByFormatKey Method
Searches for an
ExportProvider by its format key. The format key is an arbitrary string that uniquely identifies the export format. For each format, it is returned by the
ExportProvider.FormatKey property.
Parameters
- formatKey
- The format key string.
Return Value
The
ExportProvider, or null if none has been found.