VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WiaImageScanning Namespace / WiaScanPhotometricInterpretation Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
WiaScanPhotometricInterpretation Enumeration
In This Topic
Specifies available modes, which determine the default pixel color mapping and polarity of black-white or grayscale images.
Syntax
'Declaration

Public Enum WiaScanPhotometricInterpretation
   Inherits System.Enum

public enum WiaScanPhotometricInterpretation : System.Enum

Members
MemberDescription
PhotoWhite1White is 1, Black is 0 (Normal polarity).
PhotoWhite0White is 0, Black is 1 (Inverted / Negative polarity).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.WiaImageScanning.WiaScanPhotometricInterpretation

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