Performs image acquisition from selected scanner. This is the same of Acquire().
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.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.