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

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
inImageFil.ImageAn image to be saved.
inImageFileFormatFtl.Optional<Fil.ImageFileFormat>If Nil the format will be chosen on the basis of extension. Default value: ftl::NIL.
inFilestringPath to a file.
inIgnoreErrorsboolSwitches to re-trying and canceling in case of errors (e.g. when the disk is full).

See also