ImageGear .NET - Updated
DeviceGroupMask Property




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearFileInfo Class : DeviceGroupMask Property
Gets the camera's group (e.g., front/rear bitonal, front/rear grayscale, etc.).
Syntax
'Declaration
 
Public ReadOnly Property DeviceGroupMask As Integer
'Usage
 
Dim instance As ImGearFileInfo
Dim value As Integer
 
value = instance.DeviceGroupMask
public int DeviceGroupMask {get;}
public: __property int get_DeviceGroupMask();
public:
property int DeviceGroupMask {
   int get();
}

Property Value

Integer value.
See Also

Reference

ImGearFileInfo Class
ImGearFileInfo Members