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

MemoryBufferSize Property






Gets or sets the memory buffer size to be used in data transfer.
Syntax
public int MemoryBufferSize {get; set;}
'Declaration
 
Public Property MemoryBufferSize As Integer
'Usage
 
Dim instance As TwainDataTransferProperties
Dim value As Integer
 
instance.MemoryBufferSize = value
 
value = instance.MemoryBufferSize
public int MemoryBufferSize {get; set;}
 get_MemoryBufferSize();
set_MemoryBufferSize(value);
public:
property int MemoryBufferSize {
   int get();
   void set (    int value);
}

Property Value

The memory buffer size to be used in data transfer.
Example
Refer to TwainProperties.DataTransfer example.
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

TwainDataTransferProperties Structure
TwainDataTransferProperties Members

 

 


Products | Support | Contact Us | Copyright Notices

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