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)
Syntaxpublic int MaxSize { get; set; }Public Property MaxSize As Integer
Get
Set
Property Value
Type:
Int32
Exceptions| Exception | Condition |
|---|
| Thrown if the value is less than 1. |
Remarks MaxSize must be greater than zero.
See Also