ImageGear .NET v24.14 - Updated September 15, 2020
ImGearClearBuffers Enumeration




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace : ImGearClearBuffers Enumeration
This enumeration determines the type of buffer clearing process.
Syntax
'Declaration
 
Public Enum ImGearClearBuffers 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearClearBuffers
Members
MemberDescription
AUTOCauses the Source to automatically clear the buffers.
CLEARCauses the Source to immediately clear its buffers.
NOCLEARCauses the Source to preserve images in the buffers.
Remarks
ImGearCapabilities.CAP_CLEARBUFFERS capability values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.TWAIN.ImGearClearBuffers

See Also

Reference

ImageGear.TWAIN Namespace