VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WiaImageScanning.ImageProcessing Namespace / WiaBorderColor Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
WiaBorderColor Enumeration
In This Topic
Specifies available types of border colors.
Syntax
'Declaration

Public Enum WiaBorderColor
   Inherits System.Enum

public enum WiaBorderColor : System.Enum

Members
MemberDescription
AutoDetectFree space around rotated image will be filled with border color of rotated image
BlackFree space around rotated image will be filled with black color
WhiteFree space around rotated image will be filled with white color
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.WiaImageScanning.ImageProcessing.WiaBorderColor

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