DumpMemoryBuffersToFile Property

Summary

Gets or sets flag indicates whether to use the file name specified in FileName property to dump the memory buffers received from the scanner.

Syntax
C#
VB
C++
public bool DumpMemoryBuffersToFile { get; set; } 
Public Property DumpMemoryBuffersToFile As Boolean 
public: 
property bool DumpMemoryBuffersToFile { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Flag indicates whether to use the file name specified in FileName property to dump the memory buffers received from the scanner. true: use file name, false: do not use file name.

Example

Refer to DataTransfer example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly