ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearClearBuffers Enumeration




In This Topic
    ImGearClearBuffers Enumeration
    In This Topic
    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
    MemberValueDescription
    AUTO0Causes the Source to automatically clear the buffers.
    CLEAR1Causes the Source to immediately clear its buffers.
    NOCLEAR2Causes 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