| 
				   
                             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 > RasterCommandProcessor Class : Images Property | 
public RasterCollection<RasterImage> Images {get;}
'Declaration
 
Public ReadOnly Property Images As RasterCollection(Of RasterImage)
'Usage
 
Dim instance As RasterCommandProcessor Dim value As RasterCollection(Of RasterImage) value = instance.Images
public RasterCollection<RasterImage> Images {get;}
get_Images();
public: property RasterCollection<RasterImage^>^ Images { RasterCollection<RasterImage^>^ get(); }