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;} |
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