Overload | Description |
---|---|
SaveChanges(EventHandler<ProgressEventArgs>) | Saves changes of the image file to the current source of the image file. (Inherited from ImageFileBase<T>) |
SaveChanges(Stream) | Saves the image file to the specified stream and switches the image file to the specified stream. Previous source of the image file will be closed without save changes. (Inherited from ImageFileBase<T>) |
SaveChanges(String,EventHandler<ProgressEventArgs>) | Saves the image file to the specified file and switches the image file to the specified file. Previous source of the image file will be closed without save changes. (Inherited from ImageFileBase<T>) |
SaveChanges(String) | Saves the image file to the specified file and switches the image file to the specified file. Previous source of the image file will be closed without save changes. (Inherited from ImageFileBase<T>) |
SaveChanges() | Saves changes of the image file to the current source of the image file. (Inherited from ImageFileBase<T>) |
SaveChanges(Stream,IProgressController) | Saves DICOM file to the specified stream and switches the DICOM file to the specified stream. Previous source of DICOM file will be closed without save changes. |
SaveChanges(String,IProgressController) | Saves DICOM file to the specified file and switches the DICOM file to the specified file. Previous source of DICOM file will be closed without save changes. |
SaveChanges(Stream,EventHandler<ProgressEventArgs>) | Saves the image file to the specified stream and switches the image file to the specified stream. Previous source of the image file will be closed without save changes. (Inherited from ImageFileBase<T>) |
SaveChanges(IProgressController) | Saves changes of the DICOM file to the current source of the DICOM file. |