VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WiaImageScanning Namespace / WiaScanIntent Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
WiaScanIntent Enumeration
In This Topic
Specifies available scan intents for WIA device.
Syntax
'Declaration

Public Enum WiaScanIntent
   Inherits System.Enum

public enum WiaScanIntent : System.Enum

Members
MemberDescription
NoneDefault value. No intent is specified.
ColorImageThe application intends to prepare the device for a color scan.
GrayscaleImageThe application intends to prepare the device for a grayscale scan.
TextThe application intends to prepare the device for scanning text.
MaskMask for all of the image-type flags.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.WiaImageScanning.WiaScanIntent

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