Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class : IsGray Property |
public bool IsGray {get;}
'Declaration
Public ReadOnly Property IsGray As Boolean
'Usage
Dim instance As RasterImage Dim value As Boolean value = instance.IsGray
public bool IsGray {get;}
@property (nonatomic, assign, readonly) BOOL isGray
public boolean isGray()
get_IsGray();
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.