VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / TwainDataGroup Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
TwainDataGroup Enumeration
In This Topic
Specifies available control groups supported by device.
Syntax
'Declaration

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

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

Members
MemberDescription
ControlThese operations involve control of the TWAIN session.
ImageThese operations work with image data.
AudioThese operations work with audio data (supported by some digital cameras).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.WpfTwain.TwainDataGroup

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