VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WiaImageScanning Namespace / WiaImageFileFormat Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
WiaImageFileFormat Enumeration
In This Topic
Specifies available image file formats for image that can be acquired from WIA device.
Syntax
'Declaration

Public Enum WiaImageFileFormat
   Inherits System.Enum

public enum WiaImageFileFormat : System.Enum

Members
MemberDescription
BMPWIA device should returns image as BMP file.
PNGWIA device should returns image as PNG file.
GIFWIA device should returns image as GIF file.
JPEGWIA device should returns image as JPEG file.
TIFFWIA device should returns image as TIFF file.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.WiaImageScanning.WiaImageFileFormat

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