←Select platform

RawMimeType Property

Summary

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

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