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

FIS.TestImage Method

Returns a sample image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TestImage
(
	FilNet.TestImageId inImageId,
	NullableRef<FilNet.Image> outRgbImage,
	NullableRef<FilNet.Image> outMonoImage
)

Parameters

Name Type Range Default Description
inImageIdFilNet.TestImageIdID of test image.
outRgbImageFilNet.NullableRef<FilNet.Image>Output color image. Can be null to skip this parameter calculation.
outMonoImageFilNet.NullableRef<FilNet.Image>Output mono image. Can be null to skip this parameter calculation.

See also