DocumentConverter.GetEngine Method
Definition
- Namespace
- GleamTech.DocumentUltimate
- Assembly
- GleamTech.DocumentUltimate.dll
Gets the engine that would be chosen for a conversion between an input an an output format.
public static DocumentEngine? GetEngine(DocumentFormat inputFormat, DocumentFormat outputFormat)
Parameters
inputFormatDocumentFormatThe format to convert from
outputFormatDocumentFormatThe format to convert to.
Returns
- DocumentEngine?
A DocumentEngine value if an engine is found; otherwise, null.