You are here: Start » FIL.NET » Function Reference » Image » Image Drawing » FIL.DrawImagesGrid
Draws a grid of images.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void DrawImagesGrid ( IList<FilNet.Image> inImages, int inColumnCount, int inRowCount, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImages | System.Collections.Generic.IList<FilNet.Image> | Images to be draw. | ||
![]() | inColumnCount | int | <1, INF> | 4 | Columns count. Default value: 4. |
![]() | inRowCount | int | <1, INF> | 4 | Number of rows to be draw. Default value: 4. |
![]() | outImage | FilNet.Image | Output image. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | At least one image is required. |
DomainError | Number of images exceeds number of cells in the grid. |