Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
BatteryPercentage Property
See Also 
Leadtools.Twain Namespace > TwainDeviceEvent Class : BatteryPercentage Property



Gets or sets percentage of battery power remaining.

Syntax

Visual Basic (Declaration) 
Public Property BatteryPercentage As Short
Visual Basic (Usage)Copy Code
Dim instance As TwainDeviceEvent
Dim value As Short
 
instance.BatteryPercentage = value
 
value = instance.BatteryPercentage
C# 
public short BatteryPercentage {get; set;}
C++/CLI 
public:
property short BatteryPercentage {
   short get();
   void set (    short value);
}

Property Value

Percentage of battery power remaining Valid for TwainCapabilityValue.DeviceEventCheckBattery only

Example

Requirements

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

See Also