Converter.GetChildConverters Method
|
This method is used to get the child converters of a specific converter.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetChildConverters(
out string[] Names,
out string[] SubPathes
)
Public Sub GetChildConverters (
<OutAttribute> ByRef Names As String(),
<OutAttribute> ByRef SubPathes As String()
)
public:
void GetChildConverters(
[OutAttribute] array<String^>^% Names,
[OutAttribute] array<String^>^% SubPathes
)
Parameters
- Names
- Type:System.String[]
- SubPathes
- Type:System.String[]
See Also