ImageGear22.Twain Assembly > ImageGear.TWAIN Namespace : ImGearFilterType Enumeration |
'Declaration Public Enum ImGearFilterType Inherits System.Enum
'Usage Dim instance As ImGearFilterType
public enum ImGearFilterType : System.Enum
__value public enum ImGearFilterType : public System.Enum
public enum class ImGearFilterType : public System.Enum
Member | Value | Description |
---|---|---|
FT_BLACK | 8 | Black filter. |
FT_BLUE | 2 | Blue filter. |
FT_CYAN | 5 | Cyan filter. |
FT_GREEN | 1 | Green filter. |
FT_MAGENTA | 6 | Magenta filter. |
FT_NONE | 3 | None filter. |
FT_RED | 0 | Red filter. |
FT_WHITE | 4 | White filter. |
FT_YELLOW | 7 | Yellow filter. |
System.Object
System.ValueType
System.Enum
ImageGear.TWAIN.ImGearFilterType