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

FIS.UncropImage Method

Inverse of CropImage.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void UncropImage
(
	FilNet.Image inImage,
	FilNet.Box inSelection,
	int inWidth,
	int inHeight,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inSelectionFilNet.BoxThe same value as in CropImage.
inWidthint<0, INF>Width of the original image.
inHeightint<0, INF>Height of the original image.
outImageFilNet.ImageOutput image.

See also