API Reference
Class
SymbolScanner
Unified scanner for raw frames and encoded images.
Inheritance
- Object
- SymbolScanner
Methods
Scan 2 overloads
public static ScanResult Scan(Byte[] encodedImage, ScanOptions options = null) #Returns:
ScanResultScans a raw image frame for all requested symbols.
Parameters
- frame CodeGlyphX.ImageFrame
- options CodeGlyphX.ScanOptions = null
Scan(System.Byte[] encodedImage, CodeGlyphX.ScanOptions options) #Decodes an encoded image and scans it for all requested symbols.
Parameters
- encodedImage System.Byte[]
- options CodeGlyphX.ScanOptions
TryScan 2 overloads
public static Boolean TryScan(Byte[] encodedImage, out DetectedSymbol[] symbols, ScanOptions options = null) #Returns:
BooleanAttempts to scan a raw frame and returns decoded symbols.
Parameters
- frame CodeGlyphX.ImageFrame
- symbols CodeGlyphX.DetectedSymbol[]@
- options CodeGlyphX.ScanOptions = null
TryScan(System.Byte[] encodedImage, CodeGlyphX.DetectedSymbol[]@ symbols, CodeGlyphX.ScanOptions options) #Attempts to decode and scan an encoded image and returns decoded symbols.
Parameters
- encodedImage System.Byte[]
- symbols CodeGlyphX.DetectedSymbol[]@
- options CodeGlyphX.ScanOptions