1. Home
  2. /
  3. GroupDocs.Conversion.LowCode
  4. /
  5. GroupDocs.Conversion.LowCode
  6. /
  7. Converter

Converter<TLoadOptions,TConvertOptions> class

The base class for all low-code converters.

public abstract class Converter<TLoadOptions, TConvertOptions> : IDisposable
    where TLoadOptions : LoadOptions
    where TConvertOptions : ConvertOptions
parameterdescription
TLoadOptionsLoadOptions which will be provided to the loadOptions delegate
TConvertOptionsConvertOptions which will be provided to the convertOptions delegate

Public Members

namedescription
Convert(…)Converts the source file to the target format and saves it to the specified file path. (2 methods)
Dispose()Disposes the converter.

See Also