mirror of
https://github.com/soukoku/ntwain.git
synced 2025-09-20 02:37:57 +08:00
comment out deprecated things.
This commit is contained in:
@@ -1236,14 +1236,15 @@ namespace NTwain
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private CapWrapper<TWCB> _clearBuff;
|
// deprecated
|
||||||
public CapWrapper<TWCB> CAP_CLEARBUFFERS
|
//private CapWrapper<TWCB> _clearBuff;
|
||||||
{
|
//public CapWrapper<TWCB> CAP_CLEARBUFFERS
|
||||||
get
|
//{
|
||||||
{
|
// get
|
||||||
return _clearBuff ?? (_clearBuff = new CapWrapper<TWCB>(_twain, CAP.CAP_CLEARBUFFERS));
|
// {
|
||||||
}
|
// return _clearBuff ?? (_clearBuff = new CapWrapper<TWCB>(_twain, CAP.CAP_CLEARBUFFERS));
|
||||||
}
|
// }
|
||||||
|
//}
|
||||||
|
|
||||||
private CapWrapper<uint> _maxBatchBuff;
|
private CapWrapper<uint> _maxBatchBuff;
|
||||||
|
|
||||||
|
@@ -2733,15 +2733,16 @@ namespace TWAINWorkingGroup
|
|||||||
BOTTOM = 2
|
BOTTOM = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
// deprecated
|
||||||
/// CAP_CLEARBUFFERS values
|
///// <summary>
|
||||||
/// </summary>
|
///// CAP_CLEARBUFFERS values
|
||||||
public enum TWCB : ushort
|
///// </summary>
|
||||||
{
|
//public enum TWCB : ushort
|
||||||
AUTO = 0,
|
//{
|
||||||
CLEAR = 1,
|
// AUTO = 0,
|
||||||
NOCLEAR = 2
|
// CLEAR = 1,
|
||||||
}
|
// NOCLEAR = 2
|
||||||
|
//}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// CAP_DEVICEEVENT values
|
/// CAP_DEVICEEVENT values
|
||||||
@@ -4289,7 +4290,8 @@ namespace TWAINWorkingGroup
|
|||||||
GETCURRENT = 0x0008,
|
GETCURRENT = 0x0008,
|
||||||
RESET = 0x0010,
|
RESET = 0x0010,
|
||||||
SETCONSTRAINT = 0x0020,
|
SETCONSTRAINT = 0x0020,
|
||||||
CONSTRAINABLE = 0x0040
|
// deprecated
|
||||||
|
//CONSTRAINABLE = 0x0040
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Reference in New Issue
Block a user