RasterCachedMultipageImage.BinarizeFixed
RasterCachedMultipageImage.BinarizeFixed method
Binarization of an image with predefined threshold
public override void BinarizeFixed(byte threshold)
| Parameter | Type | Description | 
|---|---|---|
| threshold | Byte | Threshold value. If corresponding gray value of a pixel is greater than threshold, a value of 255 will be assigned to it, 0 otherwise. | 
See Also
- class RasterCachedMultipageImage
- namespace Aspose.Imaging
- assembly Aspose.Imaging