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 | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inDimension | FilNet.Dimension | The dimension that will be set to the given length. | ||
![]() | inResizeMethod | FilNet.ResizeMethod | |||
![]() | outImage | FilNet.Image | Output image. |