VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / GetBorderRectCommand Class / BorderColorType Property
Syntax Requirements SeeAlso
In This Topic
    BorderColorType Property (GetBorderRectCommand)
    In This Topic
    Gets or sets the type of the border color. Only borders with specified color type will be detected.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Auto)>
    <DescriptionAttribute("The type of the border color. Only borders with specified color type will be detected.
    Recommended value is Auto.")>
    Public Property BorderColorType As Vintasoft.Imaging.ImageProcessing.Document.BorderRemovalColorType
    
    
    [DefaultValue(Auto)]
    [Description("The type of the border color. Only borders with specified color type will be detected.
    Recommended value is Auto.")]
    public Vintasoft.Imaging.ImageProcessing.Document.BorderRemovalColorType BorderColorType { get; set; }
    
    
    [DefaultValue(Auto)]
    [Description("The type of the border color. Only borders with specified color type will be detected.
    Recommended value is Auto.")]
    public: __property Vintasoft.Imaging.ImageProcessing.Document.BorderRemovalColorType get_BorderColorType();
    public: __property void set_BorderColorType(
    Vintasoft.Imaging.ImageProcessing.Document.BorderRemovalColorType value
    );
    [DefaultValue(Auto)]
    [Description("The type of the border color. Only borders with specified color type will be detected.
    Recommended value is Auto.")]
    public:
    property Vintasoft.Imaging.ImageProcessing.Document.BorderRemovalColorType BorderColorType { Vintasoft.Imaging.ImageProcessing.Document.BorderRemovalColorType get(); void set(Vintasoft.Imaging.ImageProcessing.Document.BorderRemovalColorType value); }

    Property Value

    Default value is BorderRemovalColorType.Auto.
    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