PixelType

PixelType enumeration

Determines the type of the pixel data for image recognition.

public enum PixelType

Values

NameValueDescription
BYTE1Sets type as 1 bit per pixel.
RGB2Sets type as rgb.
RGBA3Sets type as argb.
BGR4Sets 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