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
Syntaxpublic void Add(
string FileName,
out ImageFile ImageFile
)
Public Sub Add (
FileName As String,
<OutAttribute> ByRef ImageFile As ImageFile
)
public:
void Add(
[InAttribute] String^ FileName,
[OutAttribute] ImageFile^% ImageFile
)
Parameters
- FileName
- Type: System.String
- ImageFile
- Type: Kofax.OmniPageCSDK.IproPlus.ImageFile
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