Skip to content

IOFileConversion.GetSupportedConversionFormats Method

Definition

Gets the formats that the specified source format can be converted to.

public static IReadOnlyList<IOFileFormat> GetSupportedConversionFormats(IOFileFormat sourceFormat);

View source

Parameters

Name Type Description
sourceFormat IOFileFormat The source format.

Returns

IReadOnlyList<IOFileFormat>

The list of supported target formats.