Click or drag to resize

ResampleCommandDestSize Property

Gets or sets the value of destSize
Gets or sets the final size of the 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 Size DestSize { get; set; }

Property Value

Type: Size
The final size of the image.

Property Value

Type: Size
The final size of the image.
Exceptions
ExceptionCondition
Thrown if either value.width or value.height is amp;lt; 1.
See Also