This property sets the double sided merge mode. This property is only enabled when using a custom-built user interface (UiMode= 2).
* ImageKit9ALib refers to the ANSI version, ImageKit9Lib refers to the Unicode version.
Property Value
Value | Explanation |
---|---|
0 | Images from both sides of the document are not merged |
1 | Images are merged. The front image is on top and the back image is on the bottom. |
2 | Images are merged. The back image is on top and the front image is on the bottom. |
3 | Images are merged. The front image is on the left and the back image is on the left. |
4 | Images are merged. The front image is on the right and the back image is on the right. |
The following constants can be used: (ikScanImageMergeNone = 0, ikScanImageMergeFrontOnTop = 1, ikScanImageMergeFrontOnBottom = 2, ikScanImageMergeFrontOnLeft = 3, ikScanImageMergeFrontOnRight = 4)
Explanation
The ImageMerge property sets the double sided merge mode. When using ADF duplex scanning, a value of 1 or more for this property will merge the front and back images into a single image. Default value is 0. This property is enabled when using a custom-built user interface (UiMode= 2) and when the ScanMode property is 2 (ikScanADF2). Keep in mind that rotation settings will affect the output of ImageMerge. To find out if the datasource supports this property, exercute the GetCapEnum or GetCapEnumVariant methods.
Setting this value
This value can be set at runtime.
Retrieving this value
This value cannot be retrieved.