Click or drag to resize
ExcelSaveOptionsConversionEngines Enumeration
Enumerates conversion engines that can be used for conversion

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum ConversionEngines
Members
  Member nameValueDescription
LegacyEngine0 Legacy conversion engine is conversion engine thay was used for a while and is used by default.
NewEngine1 New conversion engine is currently in A-testing state. We open it into public API to get some feedback. It's currently recommended to use it only when old conversion engine cannot convert document for some reasons.
See Also