DocumentConverterGetEngine Method

Gets the engine that would be chosen for a conversion between an input an an output format.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public static DocumentEngine? GetEngine(
	DocumentFormat inputFormat,
	DocumentFormat outputFormat
)

Parameters

inputFormat  DocumentFormat
The format to convert from
outputFormat  DocumentFormat
The format to convert to.

Return Value

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

See Also