Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
WiaPowerMode Enumeration
See Also  
Leadtools.Wia Namespace : WiaPowerMode Enumeration



Defines the current power source for the camera device. For more information please refer to WIA_DPC_POWER_MODE property ID in Microsoft Windows SDK Documentation.

Syntax

Visual Basic (Declaration) 
Public Enum WiaPowerMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaPowerMode
C# 
public enum WiaPowerMode : Enum 
C++/CLI 
public enum class WiaPowerMode : public Enum 

Members

MemberDescription
Line The camera device is operating on a power adapter.
Battery The camera device is operating on battery power.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaPowerMode

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also