ImageCodecInfo.FilenameExtension

ImageCodecInfo.FilenameExtension property

Gets or sets string that contains the file name extension(s) used in the codec. The extensions are separated by semicolons.

public string FilenameExtension { get; set; }

See Also