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; }
Public Property ThrowOnZeroDimensions As Boolean
Get
Set
Property Value
Type:
BooleanRemarks Default value is false. In this case the smallest dimension is always 1 pixel.
See Also