Barcodes
Scan barcodes with these classes.
Your apps can use the camera on a device to detect and process barcodes. You can search for different barcode formats (such as UPC and QR), and you can even generate and display QR codes that are constructed from data that you specify.
Members
- BarcodeDetector -
Allows detection of barcode codes.
- BarcodeDetectorVisuals -
Provides visual feedback during barcode detection.
- BarcodeFormat -
Represents formats that are supported by BarcodeDetector.
- BarcodeGenerator -
Encodes user-supplied data to a barcode.
- BarcodeGeneratorError -
Lists the return codes for the BarcodeGenerator operations.
- BarcodeGeneratorFormat -
The supported encoding formats for the BarcodeGenerator.
- BarcodeView -
A visual control used to display barcodes.
- QrCodeErrorCorrection -
Provides error correction levels for QR codes, such as low, medium, and high.
- QrCodeRenderResult -
Provides result codes for QrCodeView rendering.
- QrCodeView -
Displays a QR code.