| Overload | Description |
|---|---|
| Save(String,IProgressController) | Saves the PCX file to specified file. |
| Save(Stream,IProgressController) | Saves changes to specified stream. |
| Save(Stream,EventHandler<ProgressEventArgs>) | Saves image file to the specified stream. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>) |
| Save(String) | Saves the image file to the specified file. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>) |
| Save(String,EventHandler<ProgressEventArgs>) | Saves the image file to the specified file. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>) |
| Save(Stream) | Saves image file to the specified stream. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>) |