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;} |
Property Value
An integer that represents the size of the memory buffer, in bytes, to be used in data transfer.Refer to WiaSession.AcquireToFile example.
This property is only valid when the WiaTransferMode value is Memory. Also, this property is ignored when using WIA version 2.0.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7