mirror of
https://github.com/soukoku/ntwain.git
synced 2025-12-01 10:54:08 +08:00
Added named state enum.
This commit is contained in:
@@ -57,6 +57,13 @@ namespace NTwain
|
||||
/// <value>The state.</value>
|
||||
int State { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the named state value as defined by the TWAIN spec.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The state.
|
||||
/// </value>
|
||||
State StateEx { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Quick flag to check if the DSM has been opened.
|
||||
|
||||
Reference in New Issue
Block a user