Gets the maximum height to resize the image.

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

Syntax

C#
int MaxHeight { get; }
Visual Basic
ReadOnly Property MaxHeight As Integer
	Get
Visual C++
property int MaxHeight {
	int get ();
}

See Also