BufferSize Property

Summary

Gets or sets an integer that represents the buffer size, in bytes.

Syntax
C#
VB
C++
public int BufferSize { get; set; } 
Public Property BufferSize As Integer 
public: 
property int BufferSize { 
   int get(); 
   void set (    int ); 
} 

Property Value

The configuration buffer size, in bytes.

Remarks

Use 0 to use the TWAIN driver preferred buffer size: Otherwise, specify the actual buffer size. This value must be a multiple of 16. For more information, refer to Fast TWAIN (Scan Configurations).

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