Click or drag to resize

ImageFileAlwaysOpen Property

Use this property to get or set whether the image file is kept open or not as long as the related ImageFile exists.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public bool AlwaysOpen { get; set; }

Property Value

Type: Boolean
Remarks

If this property is True, the image is kept open during the life of this object. If this property is False, the image is opened before every operation and closed once it is done.

The default value of this property is False.

See Also