Creates a new Image resized proportionally to have the given maximum height.

Namespace: ImageSense
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public FilterChain ResizeToMaxHeight(
	int maxHeight
)
Visual Basic
Public Function ResizeToMaxHeight ( _
	maxHeight As Integer _
) As FilterChain
Visual C++
public:
FilterChain^ ResizeToMaxHeight(
	int maxHeight
)

Parameters

maxHeight
Type: System..::..Int32
The maximum height to resize the image.

Return Value

This FilterChain.

See Also