You are here: Start » AVL.NET » AVL.SaveImage(AvlNet.Image, string, bool)
AVL.SaveImage(AvlNet.Image, string, bool)
Saves an image to a file.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SaveImage( AvlNet.Image inImage, string inFile, bool inIgnoreErrors )
Parameters
- inImage
- Type: AvlNet.Image
An image to be saved - inFile
- Type: System.String
Path to a file - inIgnoreErrors
- Type: System.Boolean
Switches to re-trying and canceling in case of errors (e.g. when the disk is full)
