Click or drag to resize

EngineGetImageFiles 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
Syntax
public void GetImageFiles(
	out ImageFiles ImageFiles
)

Parameters

ImageFiles
Type: Kofax.OmniPageCSDK.IproPlusImageFiles
Remarks

If the Engine is not initialized, accessing this property raises a trappable error.

See Also