You are here: Start » FIL.NET » Invoke.SaveImage
Saves an image to a file.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SaveImage ( Fil.Image inImage, Optional<Fil.ImageFileFormat> inImageFileFormat, string inFile, bool inIgnoreErrors )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | An image to be saved. | ||
![]() | inImageFileFormat | Ftl.Optional<Fil.ImageFileFormat> | If Nil the format will be chosen on the basis of extension. Default value: ftl::NIL. | ||
![]() | inFile | string | Path to a file. | ||
![]() | inIgnoreErrors | bool | Switches to re-trying and canceling in case of errors (e.g. when the disk is full). |