This property sets the double sided merge mode. This property is only enabled when using a custom-built user interface (UiMode= 2).

[Visual Basic]   imagekitcontrolname.Scan.ImageMerge [ = ScanImageMergeConstants ]
[Visual C++]     imagekitcontrolname.GetScan().SetImageMerge(long Val)
[VB.NET]   imagekitcontrolname.Scan.ImageMerge [ = ImageKit10(A)Lib.ScanImageMergeConstants ]
[C#.NET]   imagekitcontrolname.Scan.ImageMerge [ = ImageKit10(A)Lib.ScanImageMergeConstants ]

* ImageKit10ALib refers to the ANSI version, ImageKit10Lib 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.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation