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

FIS.JoinImages_OfArray Method

Creates a single image by glueing together many input images in horizontal or vertical direction.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void JoinImages_OfArray
(
	IList<FilNet.Image> inImages,
	FilNet.JoinDirection inDirection,
	int inMargin,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImagesSystem.Collections.Generic.IList<FilNet.Image>Array of input images.
inDirectionFilNet.JoinDirectionDirection in which images are joined.
inMarginint<0, INF>0Thickness (in pixels) of black frame around joined images. Default value: 0.
outImageFilNet.ImageOutput image.

See also