You are here: Start » FIL.NET » Invoke.SaveImageToJpeg
Saves an image to a JPEG file.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SaveImageToJpeg ( Fil.Image inImage, string inFile, Optional<int> inQuality, bool inIgnoreErrors )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | 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 | Switches to re-trying and canceling in case of errors (e.g. when the disk is full). |