mirror of
https://github.com/soukoku/ntwain.git
synced 2026-02-25 13:04:07 +08:00
Update to allow preferring old dsm for #43
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user