You are here: Start » FIL.NET » FIS.SaveImage Method

FIS.SaveImage Method

Saves an image to a file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SaveImage
(
	FilNet.Image inImage,
	FilNet.ImageFileFormat? inImageFileFormat,
	string inFile
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageAn image to be saved.
inImageFileFormatFilNet.ImageFileFormat?If Nil the format will be chosen on the basis of extension. Default value: ftl::NIL.
inFilestringPath to a file.

Function Overrides

See also