API Reference
Enum
PixelFormat
Supported raw pixel formats for symbol scanning.
Inheritance
- Enum
- PixelFormat
Remarks
SymbolScanner accepts every value. Older direct decoder entry points continue to accept only Bgra32 and Rgba32 unless their documentation states otherwise.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ImageFrame.PixelFormat
- Field PixelFormat.Abgr32
- Field PixelFormat.Argb32
- Field PixelFormat.Bgr24
- Field PixelFormat.Bgra32
- Field PixelFormat.Gray16LittleEndian
- Field PixelFormat.Gray8
- Field PixelFormat.Rgb24
- Field PixelFormat.Rgb565LittleEndian
- Field PixelFormat.Rgba32
Accepted by parameters
- Method AztecCode.TryDecode
- Method AztecCode.TryDecode
- Method AztecCode.TryDecode
- Method AztecCode.TryDecode
- Method AztecCode.TryDecode
- Method AztecCode.TryDecode
- Method AztecCode.TryDecode
- Method AztecCode.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecodeAll
- Method BarcodeDecoder.TryDecodeAll
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAll
- Method DataMatrixDecoder.TryDecode
- Method DataMatrixDecoder.TryDecode
- Method DataMatrixDecoder.TryDecode
- Method DataMatrixDecoder.TryDecode
- Method DataMatrixDecoder.TryDecode
- Method DataMatrixDecoder.TryDecode
- Method DataMatrixDecoder.TryDecode
- Method DataMatrixDecoder.TryDecode
- Method DataMatrixDecoder.TryDecodeDetailed
- Method DataMatrixDecoder.TryDecodeDetailed
- Method DataMatrixDecoder.TryDecodeDetailed
- Method DataMatrixDecoder.TryDecodeDetailed
- Constructor ImageFrame.ImageFrame
- Method ImageFrame.GetBytesPerPixel
- Method ImageFrame.GetMinimumRowBytes
- Method ImageFrame.Packed
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method MicroQrDecoder.TryDecode
- Method OtpQrDecoder.TryDecode
- Method OtpQrDecoder.TryDecodeDetailed
- Method OtpQrDecoder.TryDecodeDetailed
- Method OtpQrDecoder.TryDecodeStrict
- Method OtpQrDecoder.TryDecodeStrict
- Method Pdf417Decoder.TryDecode
- Method Pdf417Decoder.TryDecode
- Method Pdf417Decoder.TryDecode
- Method Pdf417Decoder.TryDecode
- Method Pdf417Decoder.TryDecode
- Method Pdf417Decoder.TryDecode
- Method Pdf417Decoder.TryDecode
- Method Pdf417Decoder.TryDecode
- Method Pdf417Decoder.TryDecode
- Method Pdf417Decoder.TryDecode
- Method Pdf417Decoder.TryDecode
- Method Pdf417Decoder.TryDecode
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecodeAll
- Method QrDecoder.TryDecodeAll
- Method QrDecoder.TryDecodeAll
- Method QrDecoder.TryDecodeAll
- Method QrDecoder.TryDecodeAll
- Method QrDecoder.TryDecodeAll
- Method QrImageDecoder.TryDecode
- Method QrImageDecoder.TryDecode
- Method QrImageDecoder.TryDecode
- Method QrImageDecoder.TryDecode
- Method QrImageDecoder.TryDecode
- Method QrImageDecoder.TryDecodeAll
- Method QrImageDecoder.TryDecodeAll
- Method QrImageDecoder.TryDecodeAll
- Method QrImageDecoder.TryDecodeAll
- Method QrImageDecoder.TryDecodeAll
- Method QrPixelDebug.RenderPixels
- Method QrPixelDebug.RenderPng
- Method QrPixelDebug.RenderPng
- Method QrPixelDebug.RenderToFile
- Method QrPixelDebug.RenderToFile
- Method QrPixelDebug.RenderToStream
- Method QrPixelDebug.RenderToStream
- Method QrPngLogoOptions.FromPixels
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PixelFormat Gray16LittleEndian #2 bytes per pixel: little-endian 16-bit grayscale intensity.
Value:
3