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




In This Topic
    ImGearPowerSupply Enumeration
    In This Topic
    This enumeration reports the kinds of power available to the device.
    Syntax
    'Declaration
     
    Public Enum ImGearPowerSupply 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearPowerSupply
    public enum ImGearPowerSupply : System.Enum 
    __value public enum ImGearPowerSupply : public System.Enum 
    public enum class ImGearPowerSupply : public System.Enum 
    Members
    MemberValueDescription
    BATTERY1Battery supply.
    EXTERNAL0External supply.
    Remarks
    ImGearCapabilities.CAP_POWERSUPPLY capability values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.TWAIN.ImGearPowerSupply

    See Also