Click or drag to resize

ResampleCommandMaxSize Property

Gets or sets the width of height value for resizing while maintaining the aspect ratio.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int MaxSize { get; set; }

Property Value

Type: Int32
The width of height value for resizing while maintaining the aspect ratio.
Exceptions
ExceptionCondition
Thrown if value is amp;lt; 1.
Remarks
When this value is 0, it is ignored.
See Also