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




In This Topic
    ImGearFlashUsed Enumeration
    In This Topic
    This enumeration determines which flash the image was acquired to use.
    Syntax
    'Declaration
     
    Public Enum ImGearFlashUsed 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearFlashUsed
    public enum ImGearFlashUsed : System.Enum 
    __value public enum ImGearFlashUsed : public System.Enum 
    public enum class ImGearFlashUsed : public System.Enum 
    Members
    MemberValueDescription
    AUTO3Auto flash.
    NONE0No flash present.
    OFF1Flash is off.
    ON2Flash is on.
    REDEYE4Redeye flash.
    Remarks
    ImGearCapabilities.ICAP_FLASHUSED2 capability values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.TWAIN.ImGearFlashUsed

    See Also