You are here: Start » FIL.NET » Invoke.ResizeImage_FixedAspectRatio

Invoke.ResizeImage_FixedAspectRatio

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:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ResizeImage_FixedAspectRatio
(
	Fil.Image inImage,
	Optional<int> inNewLength,
	Fil.Dimension inDimension,
	Fil.ResizeMethod inResizeMethod,
	Fil.Image outImage
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inNewLengthFtl.Optional<int><1, 65535>The length in pixels that the chosen dimension will be set to. Default value: ftl::NIL.
inDimensionFil.DimensionThe dimension that will be set to the given length.
inResizeMethodFil.ResizeMethod
outImageFil.ImageOutput image.

See also