Converter<TLoadOptions,TConvertOptions> class
Leave feedback
On this page
The base class for all low-code converters.
public abstract class Converter<TLoadOptions, TConvertOptions> : IDisposable
where TLoadOptions : LoadOptions
where TConvertOptions : ConvertOptions
parameter | description |
---|---|
TLoadOptions | LoadOptions which will be provided to the loadOptions delegate |
TConvertOptions | ConvertOptions which will be provided to the convertOptions delegate |
name | description |
---|---|
Convert(…) | Converts the source file to the target format and saves it to the specified file path. (2 methods) |
Dispose() | Disposes the converter. |
- namespace GroupDocs.Conversion.LowCode
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.