←Select platform

Image Property

Summary

The raster image resulting from loading a DICOM file.

Syntax
C#
VB
C++
public RasterImage Image { get; set; } 
Public Property Image() As RasterImage 
   Get 
   Set 
public:  
   property RasterImage^ Image 
   { 
      RasterImage^ get() 
      void set(RasterImage^ value) 
   } 

Property Value

The raster image resulting from loading a DICOM file. Can be null if the query made by DicomSourceProxy.Load did not ask for it.

Remarks

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.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Imaging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.