←Select platform

Save(Stream,DicomDataSetSaveFlags) Method

Summary

Saves the Data Set to a stream.

Syntax

C#
VB
Java
WinRT C#
C++
public void Save( 
   Stream stream, 
   DicomDataSetSaveFlags flags 
) 
Public Overloads Sub Save( _ 
   ByVal stream As Stream, _ 
   ByVal flags As Leadtools.Dicom.DicomDataSetSaveFlags _ 
)  
public void save(ILeadStream stream, int flags) 
 function Leadtools.Dicom.DicomDataSet.Save(Stream,DicomDataSetSaveFlags)(  
   stream , 
   flags  
) 
public: 
void Save(  
   Stream^ stream, 
   Leadtools.Dicom.DicomDataSetSaveFlags flags 
)  

Parameters

stream
Output stream that will contain the saved data set.

flags
Meta-header flags, Transfer Syntax flags, and other flags that indicate the file characteristics to use when saving the file.

Remarks

If the Data Set was loaded from a file, the file characteristics were included when the file was loaded. If you wish to use these same characteristics, save the Data Set with flags set to DicomDataSetSaveFlags.None. If you wish to specify the file characteristics for saving the data set, set the characteristics using the possible values for flags.

Example

For an example, refer to DicomDataSet.Load(Stream, DicomDataSetLoadFlags).

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