Capabilities exist in many varieties but all have a Default Value, Current Value, and may have other values available that can be supported if selected. To help categorize the supported values into clear structures, TWAIN defines four types of containers for capabilities: TW_ONEVALUE, TW_ARRAY, TW_RANGE and TW_ENUMERATION.

Namespace: Dynamsoft.DotNet.TWAIN.Enums
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public enum TWCapType
Visual Basic
Public Enumeration TWCapType

Members

Member nameDescription
TWON_NONE
TWON_ARRAY
TWON_ENUMERATION
TWON_ONEVALUE
TWON_RANGE

See Also