Click or drag to resize

ThumbnailThrowOnZeroDimensions Property

Gets or sets a value that will thrown an exception if the resized image ends up with zero dimensions.

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 bool ThrowOnZeroDimensions { get; set; }

Property Value

Type: Boolean
Remarks
Default value is false. In this case the smallest dimension is always 1 pixel.
See Also