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: 11.4.0.9.0.377 (.NET 4.5.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