You are here: Start » FIL.NET » FIS.ResizeImage Method
FIS.ResizeImage Method
Enlarges or shrinks an image to new dimensions.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ResizeImage ( FilNet.Image inImage, int? inNewWidth, int? inNewHeight, FilNet.ResizeMethod inResizeMethod, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inNewWidth | int? | <1, 65535> | ||
![]() | inNewHeight | int? | <1, 65535> | ||
![]() | inResizeMethod | FilNet.ResizeMethod | |||
![]() | outImage | FilNet.Image | Output image. |