Enum PclLoadOptions.ConversionEngines

PclLoadOptions.ConversionEngines enumeration

Enumerates conversion engines that can be used for conversion

public enum ConversionEngines

Values

NameValueDescription
LegacyEngine0Legacy conversion engine is conversion engine thay was used for a while and is used by default.
NewEngine1New 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