API Reference
Class
CodeGlyphDecoded
Result of decoding a QR or barcode symbol.
Inheritance
- Object
- CodeGlyphDecoded
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
- Method CodeGlyph.DecodeAllAuto
- Method CodeGlyph.DecodeAuto
- Method CodeGlyph.DecodeImageAsync
- Method CodeGlyph.DecodeImageBatch
- Method CodeGlyph.DecodeImageResult
- Method CodeGlyph.DecodePng
- Method CodeGlyph.DecodePngAsync
- Method CodeGlyph.DecodePngFile
- Method CodeGlyph.TryDecodeAllImageAsync
- Method CodeGlyph.TryDecodeAllImageAsync
- Method CodeGlyph.TryDecodeAllImageFileAsync
- Method CodeGlyph.TryDecodeAllPngAsync
- Method CodeGlyph.TryDecodeAllPngFileAsync
- Method CodeGlyph.TryDecodeImageAsync
- Method CodeGlyph.TryDecodeImageAsync
- Method CodeGlyph.TryDecodeImageFileAsync
- Method CodeGlyph.TryDecodePngAsync
- Method CodeGlyph.TryDecodePngFileAsync
Accepted by parameters
- 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.TryDecode
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAllAuto
- Method CodeGlyph.TryDecodeAllAuto
- Method CodeGlyph.TryDecodeAllAutoFile
- Method CodeGlyph.TryDecodeAllImage
- Method CodeGlyph.TryDecodeAllImage
- Method CodeGlyph.TryDecodeAllImage
- Method CodeGlyph.TryDecodeAllImage
- Method CodeGlyph.TryDecodeAllPng
- Method CodeGlyph.TryDecodeAllPng
- Method CodeGlyph.TryDecodeAllPng
- Method CodeGlyph.TryDecodeAllPng
- Method CodeGlyph.TryDecodeAllPngFile
- Method CodeGlyph.TryDecodeAllPngFile
- Method CodeGlyph.TryDecodeAuto
- Method CodeGlyph.TryDecodeAuto
- Method CodeGlyph.TryDecodeAutoFile
- Method CodeGlyph.TryDecodeImage
- Method CodeGlyph.TryDecodeImage
- Method CodeGlyph.TryDecodeImage
- Method CodeGlyph.TryDecodeImage
- Method CodeGlyph.TryDecodeImage
- Method CodeGlyph.TryDecodePng
- Method CodeGlyph.TryDecodePng
- Method CodeGlyph.TryDecodePng
- Method CodeGlyph.TryDecodePng
- Method CodeGlyph.TryDecodePng
- Method CodeGlyph.TryDecodePngFile
- Method CodeGlyph.TryDecodePngFile
- Method Pdf417MacroAssembler.Add
- Method Pdf417MacroAssembler.TryAdd
Inherited Methods
Properties
public String DataMatrixText { get; } #Gets the decoded Data Matrix text when Kind is DataMatrix.
public String Pdf417Text { get; } #Gets the decoded PDF417 text when Kind is Pdf417.
public Pdf417Decoded Pdf417 { get; } #Gets the decoded PDF417 payload when Kind is Pdf417.
public Pdf417MacroMetadata Pdf417Macro { get; } #Gets the Macro PDF417 metadata when present.
public String AztecText { get; } #Gets the decoded Aztec text when Kind is Aztec.
public String Text { get; } #Gets the decoded text (QR/Barcode/DataMatrix/PDF417/Aztec).
public Byte[] Bytes { get; } #Gets the decoded payload bytes for QR codes.