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

[Visual Basic]   imagekitcontrolname.Scan.RotateBack[ = Integer ]
[Visual C++]     imagekitcontrolname.GetScan().SetRotateBack(short Val)
[VB.NET]   imagekitcontrolname.Scan.RotateBack[ = Short ]
[C#.NET]   imagekitcontrolname.Scan.RotateBack[ = short ]

Property Value

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

Explanation

The RotateBackproperty 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 drivers and the Epson scan driver "EPSON Scan", however it  does not support EPSON Scan" Ver.1.x or sizes bigger than A4.

If the property value is 1, it is equivalent to enabling the "Rotate the back side +180 degrees" option when displaying the UI 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 2(ikScanNONUI) and ScanMode property is 2(ikScanADF2). 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 or the IsCapSupportedVariant method.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value cannot be retrieved.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation