Engine.GetConverters Method
|
This property returns the
Converters collection, which enables enumerates the available output Converters.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetConverters(
out Converters Converters
)
Public Sub GetConverters (
<OutAttribute> ByRef Converters As Converters
)
public:
void GetConverters(
[OutAttribute] Converters^% Converters
)
Parameters
- Converters
- Type: Kofax.OmniPageCSDK.IproPlus.Converters
Remarks
If the Engine is not initialized, accessing this property raises a trappable error.
See Also