PixelType
PixelType enumeration
Determines the type of the pixel data for image recognition.
public enum PixelType
Values
| Name | Value | Description |
|---|---|---|
| BYTE | 1 | Sets type as 1 bit per pixel. |
| RGB | 2 | Sets type as rgb. |
| RGBA | 3 | Sets type as argb. |
| BGR | 4 | Sets type as bgr. |
Remarks
Used in the !:AsposeOcr.RecognizeImage(byte[], int, int, PixelType, RecognitionSettings) to set the sequences of bytes in the data array.
See Also
- namespace Aspose.OCR
- assembly Aspose.OCR