Leadtools.Wia Namespace > WiaAcquireOptions Structure : DoubleBuffer Property |
public bool DoubleBuffer {get; set;}
'Declaration Public Property DoubleBuffer As Boolean
'Usage Dim instance As WiaAcquireOptions Dim value As Boolean instance.DoubleBuffer = value value = instance.DoubleBuffer
public bool DoubleBuffer {get; set;}
get_DoubleBuffer();
set_DoubleBuffer(value);
When true, the buffer specified with MemoryBufferSize will be multiplied by 2 internally. If MemoryBufferSize is 0 then the default buffer size (64K) will be used internally and then it will be doubled. When false, no double buffering is used. This is the default value.
Note: This member is ignored when using WIA version 2.0.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2