public static final class PclLoadOptions.ConversionEngines
extends com.aspose.ms.System.Enum
Enumerates conversion engines that can be used for conversion
Modifier and Type | Field and Description |
---|---|
static int |
LegacyEngine
Legacy conversion engine is conversion engine thay was used for a while and is used by
default.
|
static int |
NewEngine
New conversion engine is currently in A-testing state.
|
public static final int LegacyEngine
Legacy conversion engine is conversion engine thay was used for a while and is used by default.
public static final int NewEngine
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.