VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / GetBorderRectRequestParams Class / borderColorType Property
Syntax Requirements SeeAlso
In This Topic
    borderColorType Property (GetBorderRectRequestParams)
    In This Topic
    Gets or sets the type of the removing border color. Only borders with specified color type will be removed.
    Syntax
    'Declaration
    
    Public Property borderColorType As Vintasoft.Imaging.ImageProcessing.Document.BorderRemovalColorType
    
    
    public Vintasoft.Imaging.ImageProcessing.Document.BorderRemovalColorType borderColorType { get; set; }
    
    
    public: __property Vintasoft.Imaging.ImageProcessing.Document.BorderRemovalColorType get_borderColorType();
    public: __property void set_borderColorType(
    Vintasoft.Imaging.ImageProcessing.Document.BorderRemovalColorType value
    );
    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 Vintasoft.Imaging.ImageProcessing.Document.BorderRemovalColorType.Auto.
    Requirements

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

    See Also