Added more wrapped caps.

This commit is contained in:
soukoku
2014-11-07 20:22:58 -05:00
parent 56115b619d
commit 88a54c95d9
10 changed files with 602 additions and 162 deletions

View File

@@ -13,7 +13,7 @@ namespace NTwain
/// Wrapped class for reading/writing a TWAIN capability associated with a <see cref="DataSource"/>.
/// </summary>
/// <typeparam name="TValue">The TWAIN type of the value.</typeparam>
public class CapWrapper<TValue>
public class CapWrapper<TValue> : NTwain.ICapWrapper<TValue>
{
/// <summary>
/// Routine that does nothing.
@@ -340,15 +340,6 @@ namespace NTwain
#region set methods
/// <summary>
/// Resets all values and constraints to power-on defaults.
/// </summary>
/// <returns></returns>
public ReturnCode ResetAll()
{
return _source.CapResetAll(Capability);
}
/// <summary>
/// Resets the current value to power-on default.
/// </summary>