You are here: Start » FIL.NET » Invoke.SaveImageToPng
Saves an image to a PNG file.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SaveImageToPng ( Fil.Image inImage, string inFile, Optional<int> inCompressionLevel, bool inIgnoreErrors )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | An image to be saved. | ||
![]() | inFile | string | Path to a file. | ||
![]() | inCompressionLevel | Ftl.Optional<int> | <0, 9> | Compression level. Default value: ftl::NIL. | |
![]() | inIgnoreErrors | bool | Switches to re-trying and canceling in case of errors (e.g. when the disk is full). |