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, readonly, assign) 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.