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




In This Topic
    ImGearBitDepthReduction Enumeration
    In This Topic
    This enumeration specifies the Reduction method the Source should use to reduce the bit depth of the data.
    Syntax
    'Declaration
     
    Public Enum ImGearBitDepthReduction 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearBitDepthReduction
    public enum ImGearBitDepthReduction : System.Enum 
    __value public enum ImGearBitDepthReduction : public System.Enum 
    public enum class ImGearBitDepthReduction : public System.Enum 
    Members
    MemberValueDescription
    CUSTHALFTONE2Custom Halftone method.
    DIFFUSION3Diffusion method.
    HALFTONE1Halftone method.
    THRESHOLD0Threshold method.
    Remarks
    ImGearCapabilities.ICAP_BITDEPTHREDUCTION capability values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.TWAIN.ImGearBitDepthReduction

    See Also