VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / BorderColorType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    BorderColorType Enumeration
    In This Topic
    Specifies available types of border colors.
    Syntax
    'Declaration
    
    Public Enum BorderColorType
       Inherits System.Enum
    
    
    public enum BorderColorType : System.Enum
    
    
    __value public enum BorderColorType : public System.Enum
    
    
    public enum class BorderColorType : 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.
    TransparentFree space around rotated image will be filled with transparent color.
    CustomFree space around rotated image will be filled with the custom color.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.ImageProcessing.BorderColorType

    Requirements

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

    See Also