You are here: Start » FIL.NET » Invoke.JoinImages_OfSeries
Creates a single image by glueing together a series of input images in horizontal or vertical direction.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void JoinImages_OfSeries ( Fil.JoinImages_OfSeriesState ioState, Fil.Image inImage, Fil.JoinDirection inDirection, int inSeriesSize, int inMargin, Conditional<Fil.Image> outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | Fil.JoinImages_OfSeriesState | ||||
![]() | inImage | Fil.Image | Input image. | ||
![]() | inDirection | Fil.JoinDirection | Direction in which images are joined. | ||
![]() | inSeriesSize | int | <1, INF> | Number of images which are joined. | |
![]() | inMargin | int | <0, INF> | 0 | Thickness (in pixels) of black frame around joined images. Default value: 0. |
![]() | outImage | Ftl.Conditional<Fil.Image> | Output image. |