Get supported file formats

On this page

GroupDocs.Watermark allows to get the list of all supported file formats by following the below steps:

The following code sample demonstrates how to get a supported file formats list.

BasicUsage.GetSupportedFileFormats

IEnumerable<FileType> supportedFileTypes = FileType.GetSupportedFileTypes();
foreach (FileType fileType in supportedFileTypes)
{
    Console.WriteLine(fileType);
}

On this page

Close
Loading

Analyzing your prompt, please hold on...

An error occurred while retrieving the results. Please refresh the page and try again.