ImageFile.AlwaysOpen 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
Syntaxpublic bool AlwaysOpen { get; set; }
Public Property AlwaysOpen As Boolean
Get
Set
public:
property bool AlwaysOpen {
bool get ();
void set (bool value);
}
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