ImageGear .NET - Updated
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
public enum ImGearClearBuffers : System.Enum 
__value public enum ImGearClearBuffers : public System.Enum 
public enum class ImGearClearBuffers : public System.Enum 
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