You are here: Start » AVL.NET » Invoke.SaveImage
Saves an image to a file.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SaveImage ( Avl.Image inImage, Optional<Avl.ImageFileFormat> inImageFileFormat, string inFile, bool inIgnoreErrors )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | An image to be saved. | ||
![]()  | inImageFileFormat | Atl.Optional<Avl.ImageFileFormat> | If Nil the format will be chosen on the basis of extension. Default value: atl::NIL. | ||
![]()  | inFile | string | Path to a file. | ||
![]()  | inIgnoreErrors | bool | Switches to re-trying and canceling in case of errors (e.g. when the disk is full). | 

