Visual Basic (Declaration) | |
---|---|
Public Property BufferSize As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TwainFastConfiguration Dim value As Integer instance.BufferSize = value value = instance.BufferSize |
C# | |
---|---|
public int BufferSize {get; set;} |
Property Value
The configuration buffer size, in bytes.Refer to TwainSession.FindFastConfiguration
Use 0 to use the TWAIN driver preferred buffer size: Otherwise, specify the actual buffer size.
This value must be a multiple of 16.
For more information, refer to Fast TWAIN (Scan Configurations).
This value must be a multiple of 16.
For more information, refer to Fast TWAIN (Scan Configurations).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7