IOFileConversion.GetSupportedConversionFormats Method
Definition
Gets the formats that the specified source format can be converted to.
public static IReadOnlyList<IOFileFormat> GetSupportedConversionFormats(IOFileFormat sourceFormat);
Parameters
| Name | Type | Description |
|---|---|---|
| sourceFormat | IOFileFormat | The source format. |
Returns
The list of supported target formats.