←Select platform

RawMimeType Property

Summary

The raw data mime type resulting from loading a DICOM file.

Syntax
C#
C++/CLI
public string RawMimeType { get; set; } 
public:  
   property String^ RawMimeType 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The raw data mime type resulting from loading a DICOM file.

Remarks

This property is available when ViewImageQueryResult.Raw has a value. It describes the media type of the value available in that property.

Currently, the following values are possible:

  • "image/svg+xml" - Indicates that the extracted data is in SVG (XML Svg) format
  • "application/pdf" - Indicates that the extracted data is in PDF format
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.