VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / GetImageColorDepthRequestParams Class / detectBlackWhite Property
Syntax Requirements SeeAlso
In This Topic
    detectBlackWhite Property (GetImageColorDepthRequestParams)
    In This Topic
    Gets or sets a value indicating whether to check that an image is a black and white image.
    Syntax
    'Declaration
    
    Public Property detectBlackWhite As Boolean
    
    
    public bool detectBlackWhite { get; set; }
    
    
    public: __property bool get_detectBlackWhite();
    public: __property void set_detectBlackWhite(
    bool value
    );
    public:
    property bool detectBlackWhite { bool get(); void set(bool value); }

    Property Value

    True - must check that an image is a black and white image;
    False - must NOT check that image is a black and white image.
    Default value is True.
    Requirements

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

    See Also