←Select platform

Image Property

Summary

The raster image resulting from loading a DICOM file.

Syntax
C#
C++/CLI
public RasterImage Image { 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Imaging Assembly

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