This method sets whether or not deskew is enabled. This property is only enabled when using a custom-built user interface.

[C++Builder]   imagekitcontrolname->Scan->Deskew [ = short ]
[Delphi]   imagekitcontrolname.Scan.Deskew [ = Smallint ]

Property Value

Value Explanation
0 Deskew is disabled
1 Deskew is enabled
2 Deskew is enabled (with smoothing)

Explanation

The Deskew method sets whether or not deskew is enabled when scanning. This property is only enabled when the UiMode property is vikScanNONUI. Note: If a digital camera image or other scan device does not support this functionality, then this property is disabled. The Deskew property is enabled when the PaperSize property is set to 1000 (vikScanUndefinedSize) or more. However, there are cases, depending on the datasource, when the Deskew property is enabled for other paper sizes as well.

Deskew with smoothing is only available for certain Panasonic scan drivers (memory transfer uncompressed mode only).

To find out if the datasource supports this functionality, please execute the IsCapSupported method.

Setting this value

This value can be set at runtime.

Retrieving this value

This value cannot be retrieved.

 

The ImageKit10 VCL is a product created by Newtone Corporation