Click or drag to resize

DocumentOpen Method

This method can be used to open an existing IPRO document file.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Open(
	string DocName
)

Parameters

DocName
Type: SystemString
Remarks

The DocName is the fully qualified path to the file to be opened. If the file specified in DocName is not a valid IPRO document, a trappable error occurs.

All unsaved changes to the current document are lost. To check if there are any unsaved modifications, retrieve the value of the Modified property.

See Also