DocumentConverterGetEngine Method
Gets the engine that would be chosen for a conversion between an input an an output format.
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public static DocumentEngine? GetEngine(
DocumentFormat inputFormat,
DocumentFormat outputFormat
)
Public Shared Function GetEngine (
inputFormat As DocumentFormat,
outputFormat As DocumentFormat
) As DocumentEngine?
- inputFormat DocumentFormat
- The format to convert from
- outputFormat DocumentFormat
- The format to convert to.
NullableDocumentEngineA
DocumentEngine value if an engine is found; otherwise, null.