You are here: Start » AVL.NET » AVL.SaveImageToJpeg_Asynchronous Method
AVL.SaveImageToJpeg_Asynchronous Method
Saves an image to a JPEG file in the background thread.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SaveImageToJpeg_Asynchronous( ref AvlNet.SaveImageState ioState, AvlNet.Image inImage, string inFile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | AvlNet.SaveImageState | State containing information about asynchronous execution. | |||
![]() | inImage | AvlNet.Image | An image to be saved. | ||
![]() | inFile | string | Path to a file. |
Remarks
This filter is executed in the background thread. Execution errors may be reported with a delay or ignored. Stopping of the program may be delayed, because of waiting for background work to complete.

