←Select platform

MemoryBufferSize Property

Summary

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

Syntax

C#
VB
C++
public int MemoryBufferSize { get; set; } 
  
Public Property MemoryBufferSize As Integer 
public: 
property int MemoryBufferSize { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly