Visual Basic (Declaration) | |
---|---|
Public Property BufferSize As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int BufferSize {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_BufferSize(); public: __property void set_BufferSize( int value ); |
Return 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family