←Select platform

Raw Property

Summary

The raw data resulting from loading a DICOM file.

Syntax
C#
C++/CLI
public Stream Raw { get; set; } 
public:  
   property Stream^ Raw 
   { 
      Stream^ get() 
      void set(Stream^ value) 
   } 

Property Value

The raw data resulting from loading a DICOM file.

Remarks

This property is available when the query made by DicomSourceProxy.Load specified that the data be loaded in a non-raster format.

This can be done by either of two ways:

If the query requested that the data be loaded in a non-raster format, the engine will decide which format to use to load the requested data and will update the ViewImageQueryResult.RawMimeType with the proper mime type.

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.