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

[Visual Basic] Public WriteOnly Property RotateBack As Integer
[C#] public int RotateBack {set;}

Property Value

Value Explanation
0 Do not rotate the back side of pages
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.

Enabled for Epson scan drivers "EPSON Scan", however "EPSON Scan" Ver.1.x does not support sizes bigger than A4. "Epson Scan" configuration "Match front and back images during duplex scanning" is the same as RotateBack = 1.

This property is enabled when the UserInterface is Suppress and Mode property is ADFBothSide. 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 IsCapabilitySupported method.

See Also

Scan Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation