VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Info Namespace / GetBorderColorCommandResult Class / IsBorderColorFound Property
Синтаксис Требования Смотрите также
В этом разделе
    IsBorderColorFound Свойство (GetBorderColorCommandResult)
    В этом разделе
    Возвращает значение, указывающее, найден ли цвет границы.
    Синтаксис
    '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(); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также