API Reference
Struct
DecodeResult`1
Represents the outcome of a decode attempt.
Inheritance
- ValueType
- DecodeResult`1
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 AztecCode.DecodeImageResult
- Method Barcode.DecodeImageResult
- Method CodeGlyph.DecodeImageResult
- Method DataMatrixCode.DecodeImageResult
- Property DecodeBatchResult.Results
- Method Pdf417Code.DecodeImageResult
- Method QrImageDecoder.DecodeImageResult
Type Parameters
- T
Constructors
DecodeResult 2 overloads
public DecodeResult<T>(T value, ImageInfo image, TimeSpan elapsed) #Creates a successful decode result.
Parameters
- value `0
- image CodeGlyphX.Rendering.ImageInfo
- elapsed System.TimeSpan
public DecodeResult<T>(DecodeFailureReason failure, ImageInfo image, TimeSpan elapsed, String message = null) #Creates a failed decode result.
Parameters
- failure CodeGlyphX.DecodeFailureReason
- image CodeGlyphX.Rendering.ImageInfo
- elapsed System.TimeSpan
- message System.String = null