Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

BufferSize Property






Gets or sets an integer that represents the buffer size, in bytes.
Syntax
public int BufferSize {get; set;}
'Declaration
 
Public Property BufferSize As Integer
'Usage
 
Dim instance As TwainFastConfiguration
Dim value As Integer
 
instance.BufferSize = value
 
value = instance.BufferSize
public int BufferSize {get; set;}
 get_BufferSize();
set_BufferSize(value);
public:
property int BufferSize {
   int get();
   void set (    int value);
}

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).
Example
Refer to TwainSession.FindFastConfiguration
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainFastConfiguration Structure
TwainFastConfiguration Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.