LEADTOOLS WIA (Leadtools.Wia 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 WiaAcquireOptions
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

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

WiaAcquireOptions Structure
WiaAcquireOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

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