2014-04-02 19:13:15 -04:00
|
|
|
|
namespace NTwain.Values
|
2014-04-02 19:01:21 -04:00
|
|
|
|
{
|
|
|
|
|
static class QuerySupportMask
|
|
|
|
|
{
|
|
|
|
|
public const int Get = 0x1;
|
|
|
|
|
public const int Set = 0x2;
|
|
|
|
|
public const int GetDefault = 0x4;
|
|
|
|
|
public const int GetCurrent = 0x8;
|
|
|
|
|
public const int Reset = 0x10;
|
|
|
|
|
}
|
|
|
|
|
}
|