ImageGear .NET - Updated
ImGearBitDepthReduction Enumeration




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace : ImGearBitDepthReduction Enumeration
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
MemberDescription
CUSTHALFTONECustom Halftone method.
DIFFUSIONDiffusion method.
HALFTONEHalftone method.
THRESHOLDThreshold method.
Remarks
ImGearCapabilities.ICAP_BITDEPTHREDUCTION capability values.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.TWAIN Namespace