Aspose::Cells::Rendering::ImageBinarizationMethod enum
ImageBinarizationMethod enum
Specifies the method used to binarize image.
enum class 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
- Library Aspose.Cells for C++