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 : GrayscaleMode Property |
public RasterGrayscaleMode GrayscaleMode {get;}
'Declaration
Public ReadOnly Property GrayscaleMode As RasterGrayscaleMode
'Usage
Dim instance As RasterImage Dim value As RasterGrayscaleMode value = instance.GrayscaleMode
public RasterGrayscaleMode GrayscaleMode {get;}
@property (nonatomic, assign, readonly) LTRasterGrayscaleMode grayscaleMode
public RasterGrayscaleMode getGrayscaleMode()
get_GrayscaleMode();
public: property RasterGrayscaleMode GrayscaleMode { RasterGrayscaleMode get(); }
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.