Enum ImageBinarizationMethod
ImageBinarizationMethod enumeration
Specifies the method used to binarize image.
public enum ImageBinarizationMethod
Values
Name | Value | Description |
---|---|---|
Threshold | 0 | Specifies threshold method. |
FloydSteinbergDithering | 1 | Specifies dithering using Floyd-Steinberg error diffusion method. |
See Also
- namespace Aspose.Cells.Rendering
- assembly Aspose.Cells