Aspose::Cells::Rendering::ImageBinarizationMethod enum

ImageBinarizationMethod enum

Specifies the method used to binarize image.

enum class ImageBinarizationMethod

Values

NameValueDescription
Threshold0
Specifies threshold method.
FloydSteinbergDithering1
Specifies dithering using Floyd-Steinberg error diffusion method.

See Also