Engine.GetImageFiles Method
|
This property returns the
ImageFiles collection, which enumerates the set of images loaded from physical files,
in order to apply image transformation and manipulation algorithms.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetImageFiles(
out ImageFiles ImageFiles
)
Public Sub GetImageFiles (
<OutAttribute> ByRef ImageFiles As ImageFiles
)
public:
void GetImageFiles(
[OutAttribute] ImageFiles^% ImageFiles
)
Parameters
- ImageFiles
- Type: Kofax.OmniPageCSDK.IproPlus.ImageFiles
Remarks
If the Engine is not initialized, accessing this property raises a trappable error.
See Also