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




In This Topic
    ImGearPixelFlavor Enumeration
    In This Topic
    This enumeration correctly describes the sense of the pixel whose numeric value is zero (minimum data value).
    Syntax
    'Declaration
     
    Public Enum ImGearPixelFlavor 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearPixelFlavor
    public enum ImGearPixelFlavor : System.Enum 
    __value public enum ImGearPixelFlavor : public System.Enum 
    public enum class ImGearPixelFlavor : public System.Enum 
    Members
    MemberValueDescription
    CHOCOLATE0Zero pixel represents darkest shade.
    VANILLA1Zero pixel represents lightest shade.
    Remarks
    ImGearCapabilities.ICAP_PIXELFLAVOR capability values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.TWAIN.ImGearPixelFlavor

    See Also