←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly