Table of Contents

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

inputFormat DocumentFormat

The format to convert from

outputFormat DocumentFormat

The format to convert to.

Returns

DocumentEngine?

A DocumentEngine value if an engine is found; otherwise, null.