LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
MemoryBufferSize Property
See Also 
Leadtools.Wia Namespace > WiaAcquireOptions Structure : MemoryBufferSize Property



Gets or sets the memory buffer size to be used in data transfer.

Syntax

Visual Basic (Declaration) 
Public Property MemoryBufferSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As WiaAcquireOptions
Dim value As Integer
 
instance.MemoryBufferSize = value
 
value = instance.MemoryBufferSize
C# 
public int MemoryBufferSize {get; set;}
C++/CLI 
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.

Example

Refer to WiaSession.AcquireToFile example.

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also