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