Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

PowerSupply Property






Gets or sets current power supply in use.
Syntax
public int PowerSupply {get; set;}
'Declaration
 
Public Property PowerSupply As Integer
'Usage
 
Dim instance As TwainDeviceEvent
Dim value As Integer
 
instance.PowerSupply = value
 
value = instance.PowerSupply
public:
property int PowerSupply {
   int get();
   void set (    int value);
}

Property Value

Power supply in use Valid for TwainCapabilityValue.DeviceEventCheckPowerSupply only
Example
Refer to GetDeviceEventData example.
Requirements

Target Platforms

See Also

Reference

TwainDeviceEvent Class
TwainDeviceEvent Members

Error processing SSI file