Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void Open(
string UDName,
[OptionalAttribute] Document Document
)
Public Sub Open (
UDName As String,
<OptionalAttribute> Document As Document
)
public:
void Open(
[InAttribute] String^ UDName,
[OptionalAttribute] [InAttribute] Document^ Document
)
Parameters
- UDName
- Type: SystemString
- Document (Optional)
- Type: Kofax.OmniPageCSDK.IproPlusDocument
See Also