VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / HasCertainColorResponseParams Class / hasColor Property
Syntax Requirements SeeAlso
In This Topic
    hasColor Property (HasCertainColorResponseParams)
    In This Topic
    Gets a value indicating whether the image has color specified by the color property.
    Syntax
    'Declaration
    
    Public Property hasColor As Boolean
    
    
    public bool hasColor { get; set; }
    
    
    public: __property bool get_hasColor();
    public: __property void set_hasColor(
    bool value
    );
    public:
    property bool hasColor { bool get(); void set(bool value); }

    Property Value

    True - image has color specified by the color property;
    False - image has NOT color specified by the color property.
    Default value is False.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also