←Select platform

Raw Property

Summary

The raw data resulting from loading a DICOM file.

Syntax
C#
VB
C++
public Stream Raw { get; set; } 
Public Property Raw() As Stream 
   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 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.