VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Info Namespace / GetBackgroundColorCommandResult Class / IsBackgroundColorFound Property
Синтаксис Требования Смотрите также
В этом разделе
    IsBackgroundColorFound Свойство (GetBackgroundColorCommandResult)
    В этом разделе
    Возвращает значение, указывающее, найден ли цвет фона.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A value indicating whether the background color is found.")>
    <ReadOnlyAttribute(True)>
    Public ReadOnly Property IsBackgroundColorFound As Boolean
    
    
    [Description("A value indicating whether the background color is found.")]
    [ReadOnly(True)]
    public bool IsBackgroundColorFound { get; }
    
    
    [Description("A value indicating whether the background color is found.")]
    [ReadOnly(True)]
    public: __property bool get_IsBackgroundColorFound();
    
    
    
    [Description("A value indicating whether the background color is found.")]
    [ReadOnly(True)]
    public:
    property bool IsBackgroundColorFound { bool get(); }
    Требования

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

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