You are here: Start » AVL.NET » AVL.SaveImageToJpeg(AvlNet.Image, string, bool)
AVL.SaveImageToJpeg(AvlNet.Image, string, bool)
Saves an image to a JPEG file.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SaveImageToJpeg( 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)
