Click or drag to resize

ResampleMaskedCommandMaxSize Property

Sets or gets the maximum dimension of the final image.

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

Property Value

Type: Int32
Exceptions
ExceptionCondition
Thrown if the value is less than 1.
Remarks
MaxSize must be greater than zero.
See Also