Save

Save(string, SaveOptions?)

Saves DICOM file into the given file.

public void Save(string fileName, SaveOptions? options = null)
ParameterTypeDescription
fileNameStringDestination file name this DICOM file to be saved.
optionsSaveOptionsSave options.

See Also


Save(Stream, SaveOptions?)

Saves DICOM file into the given stream.

public void Save(Stream stream, SaveOptions? options = null)
ParameterTypeDescription
streamStreamDestination stream this DICOM file to be saved.
optionsSaveOptionsSave options.

See Also