Returns or sets whether insert or append new scanned images.

Namespace: Dynamsoft.DotNet.TWAIN
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool IfAppendImage { get; set; }
Visual Basic
Public Property IfAppendImage As Boolean
	Get
	Set

Remarks

If the value of the property is set to true, the new scanned image will be appended after the last image in buffer; if the value of the property is set to false, the new scanned image will be inserted before the current image.

Exceptions

ExceptionCondition
Dynamsoft.DotNet.TWAIN..::..TwainException When an error occurs and IfThrowException property is true, an exception will be thrown. When IfThrowException property is false, please check ErrorCode and ErrorString.

See Also