TextTransformerRegistry.SupportedFileExtensions Property
- Namespace
- Kampute.DocToolkit.Formatters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the file extensions that can be transformed to the target format.
public IEnumerable<string> SupportedFileExtensions { get; }Property Value
- IEnumerable<string>
- An enumerable of file extensions (including the leading period) that can be transformed to the target format.
