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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Acquire(
	bool appendAtEnd
)
Public Function Acquire ( _
	appendAtEnd As Boolean _
) As Boolean
public:
bool Acquire(
	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