Leadtools TWAIN (Leadtools.Twain assembly)

MemoryBufferSize Property

Show in webframe





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 TwainProperties.DataTransfer example.
Requirements

Target Platforms

See Also

Reference

TwainDataTransferProperties Structure
TwainDataTransferProperties Members

 

 


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