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

[Visual Basic] Public WriteOnly Property ImageMerge As Newtone.ImageKit.WPF.ScanImageFilter
[C#] public Newtone.ImageKit.WPF.ScanImageFilter ImageMerge {set;}

Property Value

This value is of type ScanImageMerge

Explanation

The ImageMerge property sets the double sided merge mode. When using ADF duplex scanning, a value other than None for this property will merge the front and back images into a single image. Default value is None. This property is enabled when the UserInterface property is set to Suppress and the Mode property is set to ADFBothSide. Keep in mind that rotation settings will affect the output.

To find out if the datasource supports this property, execute the GetCapabilityEnumToSingle method.

See Also

Scan Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation