The raster image resulting from loading a DICOM file.
public RasterImage Image { get; set; }
The raster image resulting from loading a DICOM file. Can be null if the query made by DicomSourceProxy.Load did not ask for it.
The resulting raster image depends upon the query that was made by DicomSourceProxy.Load. If a query did not ask for raster information (like SVG), this member will be null.