Gets the maximum width to resize the image.

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

Syntax

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

See Also