VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / DeskewCommand Class / BorderColorType Property
Syntax Remarks Requirements SeeAlso
In This Topic
    BorderColorType Property (DeskewCommand)
    In This Topic
    Gets or sets the type of the border color. Free space around rotated image will be filled with this color.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Type of the border color.
    Recommended value is AutoDetect.")>
    <DefaultValueAttribute(AutoDetect)>
    Public Property BorderColorType As Vintasoft.Imaging.ImageProcessing.BorderColorType
    
    
    [Description("Type of the border color.
    Recommended value is AutoDetect.")]
    [DefaultValue(AutoDetect)]
    public Vintasoft.Imaging.ImageProcessing.BorderColorType BorderColorType { get; set; }
    
    
    [Description("Type of the border color.
    Recommended value is AutoDetect.")]
    [DefaultValue(AutoDetect)]
    public: __property Vintasoft.Imaging.ImageProcessing.BorderColorType get_BorderColorType();
    public: __property void set_BorderColorType(
    Vintasoft.Imaging.ImageProcessing.BorderColorType value
    );
    [Description("Type of the border color.
    Recommended value is AutoDetect.")]
    [DefaultValue(AutoDetect)]
    public:
    property Vintasoft.Imaging.ImageProcessing.BorderColorType BorderColorType { Vintasoft.Imaging.ImageProcessing.BorderColorType get(); void set(Vintasoft.Imaging.ImageProcessing.BorderColorType value); }

    Property Value

    Default value is BorderColorType.AutoDetect.
    Remarks

    Recommended value is BorderColorType.AutoDetect.

    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