Click or drag to resize

ImageFilesAdd Method

This method opens an image file and adds a new ImageFile object to the collection.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Add(
	string FileName,
	out ImageFile ImageFile
)

Parameters

FileName
Type: SystemString
ImageFile
Type: Kofax.OmniPageCSDK.IproPlusImageFile
Remarks

The FileName parameter is the path of the image file. If the file does not exist, a trappable error occurs. This method returns a reference.

See Also