←Select platform

IsGray Property

Summary

Determines whether the image has a grayscale byte order.

Syntax
C#
VB
Objective-C
C++
Java
public bool IsGray { get; } 
Public ReadOnly Property IsGray As Boolean 
@property (nonatomic, assign, readonly) BOOL isGray 
public boolean isGray() 
public: 
property bool IsGray { 
   bool get(); 
} 

Property Value

true if the image has a grayscale byte order; false, otherwise.

Remarks

This property is used internally by LEADTOOLS and checks if the image has a grayscale byte order.

To determine if the image data is grayscale, use the GrayscaleMode property.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly