VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Twain Namespace / DeviceCapabilityUsageMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
DeviceCapabilityUsageMode Enumeration
In This Topic
Specifies available usage modes of device capability.
Syntax
'Declaration

<FlagsAttribute()>
Public Enum DeviceCapabilityUsageMode
   Inherits System.Enum

[Flags()]
public enum DeviceCapabilityUsageMode : System.Enum

Members
MemberDescription
UndefinedUndefined.
GetValue of device capability can be get.
SetCurrent value of device capability can be set.
GetDefaultValue(s) of device capability can be get.
GetCurrentCurrent value of device capability can be set.
ResetValue of device capability can be reset.
Kodak_MachineKodak_Machine
Kodak_BitonalKodak_Bitonal
Kodak_ColorKodak_Color
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Twain.DeviceCapabilityUsageMode

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also