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

In This Topic
    IsGrayscale Method
    In This Topic
    Determines whether the image contains only opaque grayscale pixels.
    Syntax
    'Declaration
     
    Public Function IsGrayscale() As System.Boolean
    public System.bool IsGrayscale()

    Return Value

    true if all pixels in the image are grayscale, false if there are other colors.
    See Also