←Select platform

WiaPowerMode Enumeration

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

Syntax
C#
C++/CLI
Python
public enum WiaPowerMode 
public enum class WiaPowerMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class WiaPowerMode(Enum): 
   Line = 1 
   Battery = 2 
Members
ValueMemberDescription
1LineThe camera device is operating on a power adapter.
2BatteryThe camera device is operating on battery power.
Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.