LEADTOOLS WIA (Leadtools.Wia 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 WiaAcquireOptions
Dim value As Integer
 
instance.MemoryBufferSize = value
 
value = instance.MemoryBufferSize

            

            
public:
property int MemoryBufferSize {
   int get();
   void set (    int value);
}

Property Value

An integer that represents the size of the memory buffer, in bytes, to be used in data transfer.
Remarks

This property is only valid when the WiaTransferMode value is Memory. Also, this property is ignored when using WIA version 2.0.

Example
Refer to WiaSession.AcquireToFile example.
Requirements

Target Platforms

See Also

Reference

WiaAcquireOptions Structure
WiaAcquireOptions Members

 

 


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