|   |           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.ImageProcessing Namespace > CreateGrayscaleImageCommand Class : DestinationImage Property | 
public RasterImage DestinationImage {get;}
'Declaration
 
Public ReadOnly Property DestinationImage As RasterImage
'Usage
 
Dim instance As CreateGrayscaleImageCommand Dim value As RasterImage value = instance.DestinationImage
public RasterImage DestinationImage {get;}
@property (nonatomic, strong, readonly, nullable) LTRasterImage *destinationImage
public RasterImage getDestinationImage()
            get_DestinationImage();
public: property RasterImage^ DestinationImage { RasterImage^ get(); }
The CreateGrayscaleImageCommand command works by creating a new image in the DestinationImage property from the image passed to the Run method.