Leadtools TWAIN (Leadtools.Twain assembly)

BufferSize Property

Show in webframe





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:
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

See Also

Reference

TwainFastConfiguration Structure
TwainFastConfiguration Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.