This property sets whether or not FPU exception errors are disabled.

[C++Builder]   imagekitcontrolname->Scan->FpuException [ = bool ]
[Delphi]   imagekitcontrolname.Scan.FpuException [ = Boolean ]

Property Value

Value Explanation
True FPU exception errors are disabled
False (default) FPU exception errors are enabled. (Default Value)

Explanation

The FpuException property sets whether or not FPU exception errors are disabled. Depending on the datasource or the TWAIN driver version, floating point errors can occur. When this property is true, these types of FPU error exceptions are ignored. The default value is False.

Setting this value

This value can be set at runtime.

Retrieving this value

This value can be retrieved at runtime.

 

The ImageKit10 VCL is a product created by Newtone Corporation