Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax public 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: SystemString
- flags
- Type: SystemUInt32
- settings (Optional)
- Type: Kofax.OmniPageCSDK.ObjectsSettingCollection
Return Value
Type:
DCProjectSee Also