C#
VB
Java
Objective-C
WinRT C#
C++
Determines whether the image has a grayscale byte order.
public bool IsGray { get; }
Public ReadOnly Property IsGray As Boolean
public bool IsGray {get;}
@property (nonatomic, assign, readonly) BOOL isGray
public boolean isGray()
get_IsGray();
public:
property bool IsGray {
bool get();
}
true if the image has a grayscale byte order; false, otherwise.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET