←Select platform

SetListOfMimeTypes Method

Summary

Sets a list of MIME types for the "List of MIME Types" (0042,0014) element.

Syntax

C#
VB
Java
WinRT C#
C++
public void SetListOfMimeTypes( 
   string[] mimeTypes 
) 
Public Sub SetListOfMimeTypes( _ 
   ByVal mimeTypes() As String _ 
)  
public void SetListOfMimeTypes(  
   string[] mimeTypes 
) 
public void setListOfMimeTypes(String[] mimeTypes) 
 function Leadtools.Dicom.DicomEncapsulatedDocument.SetListOfMimeTypes(  
   mimeTypes  
) 
public: 
void SetListOfMimeTypes(  
   array<String^>^ mimeTypes 
)  

Parameters

mimeTypes
a list of MIME types for the "List of MIME Types" (0042,0014) element.

Example

For an example, refer to SetEncapsulatedDocument.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly