Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.22578.100)
Syntaxpublic static DCProject Open(
string projectFile,
uint flags,
SettingCollection settings = null
)
Public Shared Function Open (
projectFile As String,
flags As UInteger,
Optional settings As SettingCollection = Nothing
) As DCProject
public:
static DCProject^ Open(
String^ projectFile,
unsigned int flags,
SettingCollection^ settings = nullptr
)
Parameters
- projectFile
- Type: System.String
- flags
- Type: System.UInt32
- settings (Optional)
- Type: Kofax.OmniPageCSDK.Objects.SettingCollection
Return Value
Type:
DCProject
See Also