If true uses memory handle (default) instead of memory pointer to transfer images.
Some scanners requires this property to be "false".
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public bool UseMemoryHandle { get; set; }
Public Property UseMemoryHandle As Boolean Get Set
public: property bool UseMemoryHandle { bool get (); void set (bool value); }