You are here: Start » FIL.NET » Function Reference » Image » Image Basics » FIL.TestImage
Returns a sample image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TestImage ( FilNet.TestImageId inImageId, NullableRef<FilNet.Image> outRgbImage, NullableRef<FilNet.Image> outMonoImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageId | FilNet.TestImageId | ID of test image. | ||
![]() | outRgbImage | FilNet.NullableRef<FilNet.Image> | Output color image. Can be null to skip this parameter calculation. | ||
![]() | outMonoImage | FilNet.NullableRef<FilNet.Image> | Output mono image. Can be null to skip this parameter calculation. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | This image is not available in your region. |