Performs image acquisition from selected scanner. This is the same of Acquire().

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool AcquireFromTWain(
	bool appendAtEnd
)
Public Function AcquireFromTWain ( _
	appendAtEnd As Boolean _
) As Boolean
public:
bool AcquireFromTWain(
	bool appendAtEnd
)

Parameters

appendAtEnd
Boolean
If appendAtEnd = False, and an image is selected, then new images will be inserted after the current selection. Otherwise, they are appended after the last image.

Return Value

True if the acquisition has succeeded, False otherwise.

See Also