VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / BorderRemovalCommand Class / BorderRemovalColorType Property
Syntax Requirements SeeAlso
In This Topic
    BorderRemovalColorType Property (BorderRemovalCommand)
    In This Topic
    Gets or sets the type of the removing border color. Only borders with specified color type will be removed.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The type of the removing border color. Only borders with specified color type will be removed.
    Recommended value is Auto.")>
    <DefaultValueAttribute(Auto)>
    Public Property BorderRemovalColorType As BorderRemovalColorType
    
    
    [Description("The type of the removing border color. Only borders with specified color type will be removed.
    Recommended value is Auto.")]
    [DefaultValue(Auto)]
    public BorderRemovalColorType BorderRemovalColorType { get; set; }
    
    
    [Description("The type of the removing border color. Only borders with specified color type will be removed.
    Recommended value is Auto.")]
    [DefaultValue(Auto)]
    public: __property BorderRemovalColorType get_BorderRemovalColorType();
    public: __property void set_BorderRemovalColorType(
    BorderRemovalColorType value
    );
    [Description("The type of the removing border color. Only borders with specified color type will be removed.
    Recommended value is Auto.")]
    [DefaultValue(Auto)]
    public:
    property BorderRemovalColorType BorderRemovalColorType { BorderRemovalColorType get(); void set(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