API Reference
Class
BarcodeDecodeOptions
Options controlling how 1D barcode decoding behaves.
Inheritance
- Object
- BarcodeDecodeOptions
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
Accepted by parameters
- Method Barcode.DecodeImageBatch
- Method Barcode.DecodeImageResult
- Method Barcode.DecodeImageResult
- Method Barcode.DecodeImageResult
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodePng
- Method Barcode.TryDecodePng
- Method Barcode.TryDecodePng
- Method Barcode.TryDecodePng
- Method Barcode.TryDecodePngFile
- Method Barcode.TryDecodePngFile
- 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.DecodeImageAsync
- Method CodeGlyph.DecodePngAsync
- 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 CodeGlyph.TryDecodeAllImage
- Method CodeGlyph.TryDecodeAllImage
- Method CodeGlyph.TryDecodeAllImageAsync
- Method CodeGlyph.TryDecodeAllImageFileAsync
- Method CodeGlyph.TryDecodeAllPng
- Method CodeGlyph.TryDecodeAllPng
- Method CodeGlyph.TryDecodeAllPngAsync
- Method CodeGlyph.TryDecodeAllPngFile
- Method CodeGlyph.TryDecodeAllPngFileAsync
- Method CodeGlyph.TryDecodeImage
- Method CodeGlyph.TryDecodeImage
- Method CodeGlyph.TryDecodeImageAsync
- Method CodeGlyph.TryDecodeImageFileAsync
- Method CodeGlyph.TryDecodePng
- Method CodeGlyph.TryDecodePng
- Method CodeGlyph.TryDecodePngAsync
- Method CodeGlyph.TryDecodePngFile
- Method CodeGlyph.TryDecodePngFileAsync
- Method CodeGlyphDecodeOptions.WithBarcode
Constructors
public BarcodeDecodeOptions() #Methods
public BarcodeDecodeOptions WithCode11Checksum(Code11ChecksumPolicy policy) #Returns:
BarcodeDecodeOptionsSets Code 11 checksum handling.
Parameters
- policy CodeGlyphX.Code11ChecksumPolicy
public BarcodeDecodeOptions WithCode39Checksum(Code39ChecksumPolicy policy) #Returns:
BarcodeDecodeOptionsSets Code39 checksum handling.
Parameters
- policy CodeGlyphX.Code39ChecksumPolicy
public BarcodeDecodeOptions WithMsiChecksum(MsiChecksumPolicy policy) #Returns:
BarcodeDecodeOptionsSets MSI checksum handling.
Parameters
- policy CodeGlyphX.MsiChecksumPolicy
public BarcodeDecodeOptions WithPlesseyChecksum(PlesseyChecksumPolicy policy) #Returns:
BarcodeDecodeOptionsSets Plessey CRC handling.
Parameters
- policy CodeGlyphX.PlesseyChecksumPolicy
public BarcodeDecodeOptions WithTileScan(Boolean enabled = true, Int32 tileGrid = 0) #Returns:
BarcodeDecodeOptionsEnables or disables tile scanning for multiple barcodes.
Parameters
- enabled System.Boolean = true
- tileGrid System.Int32 = 0
Inherited Methods
Properties
public Code39ChecksumPolicy Code39Checksum { get; set; } #Controls how Code39 checksum characters are handled during decode.
public MsiChecksumPolicy MsiChecksum { get; set; } #Controls how MSI checksum digits are handled during decode.
public Code11ChecksumPolicy Code11Checksum { get; set; } #Controls how Code 11 checksum characters are handled during decode.
public PlesseyChecksumPolicy PlesseyChecksum { get; set; } #Controls whether Plessey CRC validation is required during decode.
public Boolean EnableTileScan { get; set; } #Enables tile-based scanning for multiple barcodes in one image.
public Int32 TileGrid { get; set; } #Tile grid size for multi-scan (0 = auto, 2..4 recommended).