This property sets whether or not the back side of the page is rotated when scanning on both sides using an ADF.

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

Property Value

Value Explanation
0 Do not rotate the back side of pages (Default value)
1 Rotate the back side of pages 180 degrees

Explanation

The RotateBack property sets whether or not the back side of the page is rotated when scanning on both sides using an ADF. The default value is 0.

Enabled for Canon DR scan drivers and Epson scan drivers "EPSON Scan", however "EPSON Scan" Ver.1.x does not support sizes bigger than A4.

If RotateBack property value is 1, it is equivalent to enabling the "Rotate the back side +180 degrees" option when the UI is displayed in the Canon DR scanner driver. With the Epson scanner driver, this is equivalent to enabling the "Align back side to front side" option in "EPSON Scan" preferences.

This property is enabled when the UiMode is vikScanNONUI and ScanMode property is vikScanADF2. This property is disabled for digital cameras and scan devices that do not support this function. The possible setting values supported by a scan device can be retrieved using 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