VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.WpfTwain.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
    
    
    __value public enum TwainBorderColor : public System.Enum
    
    
    public enum class TwainBorderColor : public 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.WpfTwain.ImageProcessing.TwainBorderColor

    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also