Converter.GetParent Method
|
This property returns the parent converter object of a cloned converter.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetParent(
out Converter Parent
)
Public Sub GetParent (
<OutAttribute> ByRef Parent As Converter
)
public:
void GetParent(
[OutAttribute] Converter^% Parent
)
Parameters
- Parent
- Type: Kofax.OmniPageCSDK.IproPlus.Converter
Remarks
If the converter is not a cloned converter, nothing will be returned.
See Also