ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearFileInfo Class / DeviceGroupMask Property




In This Topic
    DeviceGroupMask Property
    In This Topic
    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