Gets whether or not the new image should be cropped to the dimensions of the original image.

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

Syntax

C#
bool MaintainDimensions { get; }
Visual Basic
ReadOnly Property MaintainDimensions As Boolean
	Get
Visual C++
property bool MaintainDimensions {
	bool get ();
}

See Also