You are here: Start » FIL.NET » Invoke.SaveImageToJpeg_Asynchronous
Saves an image to a JPEG file in the background thread.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SaveImageToJpeg_Asynchronous ( Fil.SaveImageState ioState, int inThreadQueueSize, Fil.Image inImage, string inFile, Optional<int> inQuality, bool inIgnoreErrors )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | Fil.SaveImageState | State containing information about asynchronous execution. | |||
![]() | inThreadQueueSize | int | <1, INF> | 3 | Number of incoming frames that can be buffered before the thread is able to process them. Default value: 3. |
![]() | inImage | Fil.Image | An image to be saved. | ||
![]() | inFile | string | Path to a file. | ||
![]() | inQuality | Ftl.Optional<int> | <0, 100> | Quality. Default value: ftl::NIL. | |
![]() | inIgnoreErrors | bool | If false the error will be reported as soon as the filter instance is again executed. |