Saves the Data Set to a stream.
public IAsyncOperation<bool> SaveAsync(
ILeadStream stream,
Leadtools.Dicom.DicomDataSetSaveFlags flags
)
Public Overloads Function SaveAsync( _
ByVal stream As ILeadStream, _
ByVal flags As Leadtools.Dicom.DicomDataSetSaveFlags _
) As IAsyncOperation(Of Boolean)
public IAsyncOperation<bool> SaveAsync(
ILeadStream stream,
Leadtools.Dicom.DicomDataSetSaveFlags flags
)
function Leadtools.Dicom.DicomDataSet.SaveAsync(ILeadStream,DicomDataSetSaveFlags)(
stream ,
flags
)
public:
IAsyncOperation<bool>^ SaveAsync(
ILeadStream^ stream,
Leadtools.Dicom.DicomDataSetSaveFlags flags
)
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.
When this method completes, it returns the true if the dataset was saved, false otherwise.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET