mirror of
https://github.com/soukoku/ntwain.git
synced 2025-12-01 10:54:08 +08:00
Added more wrapped caps.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user