VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / GetBackgroundColorCommandResult Class / IsBackgroundColorFound Property
Syntax Requirements SeeAlso
In This Topic
    IsBackgroundColorFound Property (GetBackgroundColorCommandResult)
    In This Topic
    Gets a value indicating whether the background color is found.
    Syntax
    '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(); }
    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