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 | |
|---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inMirrorDirection | FilNet.MirrorDirection | Vertical | Reverse the order of image columns (horizontal direction) or rows (vertical direction). Default value: Vertical. | |
![]() | outImage | FilNet.Image | Output image. |


