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

FIS.ResizeImage_FixedAspectRatio Method

Changes one dimension of the image to a desired length while the other dimension is set to a length such that the aspect ration of the image is maintained.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ResizeImage_FixedAspectRatio
(
	FilNet.Image inImage,
	FilNet.Dimension inDimension,
	FilNet.ResizeMethod inResizeMethod,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inDimensionFilNet.DimensionThe dimension that will be set to the given length.
inResizeMethodFilNet.ResizeMethod
outImageFilNet.ImageOutput image.

Function Overrides

See also