Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / IsBlackAndWhite Method

In This Topic
    IsBlackAndWhite Method
    In This Topic
    Determines whether the image contains only black and white pixels.
    Syntax
    'Declaration
     
    Public Function IsBlackAndWhite() As System.Boolean
    public System.bool IsBlackAndWhite()

    Return Value

    true if all pixels in the image are either black or white, false if there are other colors.
    See Also