VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / PixelType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
PixelType Enumeration
In This Topic
Specifies available pixel types.
Syntax
'Declaration

Public Enum PixelType
   Inherits System.Enum

public enum PixelType : System.Enum

Members
MemberDescription
BWBlack-white image
GrayGray (palette) image
RGBColor (RGB) image
PaletteColor (palette) image
CMYCMY
CMYKColor (CMYK) image
YUVColor (YUV) image
YUVKColor (YUVK) image
CIEXYZCIEXYZ
LabLab
SRGBColor (RGB) image with ICC profile
SRGB64Color (gamut RGB) image with ICC profile
BGRColor (BGR) image
CIELABCIELAB
CIELUVCIELUV
YCBCRYCBCR
InfraredInfrared
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.WpfTwain.PixelType

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