more icaps

This commit is contained in:
soukoku
2014-11-09 14:37:58 -05:00
parent 852a055e5a
commit bdefa03579
4 changed files with 280 additions and 19 deletions

View File

@@ -169,6 +169,13 @@ namespace NTwain
/// <returns></returns>
ReturnCode Set(TWArray value);
/// <summary>
/// A version of Set that uses an enumeration.
/// </summary>
/// <param name="value">The value.</param>
/// <returns></returns>
ReturnCode Set(TWEnumeration value);
/// <summary>
/// Sets the constraint value of this capability.
/// </summary>