Click or drag to resize

ResampleDocumentCommandDestSize Property

Gets or sets the final size of the image.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
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.
Exceptions
ExceptionCondition
Thrown if the height or width is amp;lt; 1.
See Also