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

Public Enum TwainBorderColor
   Inherits System.Enum

public enum TwainBorderColor : 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.WinTwain.ImageProcessing.TwainBorderColor

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