Click or drag to resize

ResampleColormappedToRgbCommandMaxSize Property

Gets or sets the maximum width or 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 the value is less than 0.
Remarks
When this value is 0 (the default), it is ignored and DestSize is used instead. Use this value to automatically calculate the new width and height, keeping the same aspect ratio as the original image.
See Also