←Select platform

IsGray Property

Summary

Determines whether the image has a grayscale byte order.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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(); 
} 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly