Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

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:
property int MemoryBufferSize {
   int get();
   void set (    int value);
}

Property Value

The memory buffer size to be used in data transfer.
Example
Refer to DataTransfer example.
Requirements

Target Platforms

See Also

Reference

TwainDataTransferProperties Structure
TwainDataTransferProperties Members

Error processing SSI file