Update to allow preferring old dsm for #43

This commit is contained in:
soukoku
2015-03-27 19:11:10 -04:00
parent 1700e183c7
commit f0202e6776
4 changed files with 85 additions and 29 deletions

View File

@@ -1,4 +1,5 @@
using System;
using System.IO;
namespace NTwain
{
/// <summary>
@@ -46,6 +47,14 @@ namespace NTwain
/// </value>
bool UseNewWinDSM { get; }
/// <summary>
/// Gets or sets a value indicating whether to prefer using the new DSM on Windows over old twain_32 dsm if applicable.
/// </summary>
/// <value>
/// <c>true</c> to prefer new DSM; otherwise, <c>false</c>.
/// </value>
bool PreferNewDSM { get; set; }
/// <summary>
/// Gets a value indicating whether the current runtime is mono.
/// </summary>