VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / GetBorderColorCommandResult Class / IsBorderColorFound Property
Syntax Requirements SeeAlso
In This Topic
    IsBorderColorFound Property (GetBorderColorCommandResult)
    In This Topic
    Gets a value indicating whether the border color is found.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether the border color is found.")>
    <ReadOnlyAttribute(True)>
    Public ReadOnly Property IsBorderColorFound As Boolean
    
    
    [Description("A value indicating whether the border color is found.")]
    [ReadOnly(True)]
    public bool IsBorderColorFound { get; }
    
    
    [Description("A value indicating whether the border color is found.")]
    [ReadOnly(True)]
    public: __property bool get_IsBorderColorFound();
    
    
    
    [Description("A value indicating whether the border color is found.")]
    [ReadOnly(True)]
    public:
    property bool IsBorderColorFound { bool get(); }
    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