Determines if this RasterImage is a grayscale image.
public RasterGrayscaleMode GrayscaleMode { get; }
Public ReadOnly Property GrayscaleMode As Leadtools.RasterGrayscaleMode
public Leadtools.RasterGrayscaleMode GrayscaleMode {get;}
@property (nonatomic, assign, readonly) LTRasterGrayscaleMode grayscaleMode
public RasterGrayscaleMode getGrayscaleMode()
get_GrayscaleMode();
public:
property Leadtools.RasterGrayscaleMode GrayscaleMode {
Leadtools.RasterGrayscaleMode get();
}
A RasterGrayscaleMode enumeration member to determine if this RasterImage is a grayscale image.
Use this property to determine if the data inside this RasterImage object is grayscale before calling methods and properties that rely on grayscale data.
For more information, refer to Grayscale Images.
For an example, refer to GrayscaleCommand.
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