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

FIS.MirrorImage Method

Reverses the order of the input image columns or rows depending on inMirrorDirection value.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void MirrorImage
(
	FilNet.Image inImage,
	FilNet.MirrorDirection inMirrorDirection,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inMirrorDirectionFilNet.MirrorDirectionVerticalReverse the order of image columns (horizontal direction) or rows (vertical direction). Default value: Vertical.
outImageFilNet.ImageOutput image.

See also