Added named state enum.

This commit is contained in:
soukoku
2015-01-07 21:34:56 -05:00
parent 1ae051e933
commit 1ce7c5caf5
5 changed files with 73 additions and 2 deletions

View File

@@ -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.