Click or drag to resize

TwainContainer Enumeration

Specifies the type of container used for capabilities in the TwainCapability class.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum TwainContainer
Members
  Member nameDescription
TWON_ARRAY The Data property of the TwainCapability is a TW_ARRAY structure.
TWON_ENUMERATION The Data property of the TwainCapability is a TW_ENUMERATION structure.
TWON_ONEVALUE The Data property of the TwainCapability is a TW_ONEVALUE structure.
TWON_RANGE The Data property of the TwainCapability is a TW_RANGE structure.
TWON_DONTCARE16 Used when getting a capability value with MSG_GET.
See Also