←Select platform

IsGray Property

Summary
Determines whether the image has a grayscale byte order.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool IsGray { get; } 
@property (nonatomic, assign, readonly) BOOL isGray 
public boolean isGray(); 
public: 
property bool IsGray { 
   bool get(); 
} 
IsGray # get  (RasterImage) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.