You are here: Start » FIL.NET » Invoke.SaveImageToJpeg_Asynchronous

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
ioStateFil.SaveImageStateState containing information about asynchronous execution.
inThreadQueueSizeint<1, INF>3Number of incoming frames that can be buffered before the thread is able to process them. Default value: 3.
inImageFil.ImageAn image to be saved.
inFilestringPath to a file.
inQualityFtl.Optional<int><0, 100>Quality. Default value: ftl::NIL.
inIgnoreErrorsboolIf false the error will be reported as soon as the filter instance is again executed.

See also