mirror of
https://github.com/soukoku/ntwain.git
synced 2026-02-25 13:04:07 +08:00
Exposes actual EndXferJob value during transfer ready event. May help #56.
This commit is contained in:
@@ -2129,7 +2129,7 @@ namespace NTwain.Data
|
||||
/// than None. If this is not 0, the application should expect more data
|
||||
/// from the driver according to CapJobControl settings.
|
||||
/// </summary>
|
||||
public uint EndOfJob { get { return _eOJ; } }
|
||||
public EndXferJob EndOfJob { get { return (EndXferJob)_eOJ; } }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user