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

Show in webframe

DeviceGroupMask Property






Gets or sets a set of bits that identifies the device type.
Syntax
public int DeviceGroupMask {get; set;}
'Declaration
 
Public Property DeviceGroupMask As Integer
'Usage
 
Dim instance As TwainFileSystem
Dim value As Integer
 
instance.DeviceGroupMask = value
 
value = instance.DeviceGroupMask
public:
property int DeviceGroupMask {
   int get();
   void set (    int value);
}

Property Value

A set of bits, with each bit uniquely identifying a device type.
Example
Refer to QueryFileSystem example.
Requirements

Target Platforms

See Also

Reference

TwainFileSystem Class
TwainFileSystem Members

Error processing SSI file