API Reference
Pdf417Decoder
Decodes PDF417 barcodes.
Inheritance
- Object
- Pdf417Decoder
Methods
public static Boolean TryDecode(BitMatrix modules, out Pdf417Decoded decoded) #BooleanAttempts to decode a PDF417 symbol from a module matrix.
Parameters
- modules CodeGlyphX.BitMatrix
- value System.String@
TryDecode(CodeGlyphX.BitMatrix modules, CodeGlyphX.Pdf417.Pdf417Decoded@ decoded) #Attempts to decode a PDF417 symbol from a module matrix, including Macro metadata when present.
Parameters
- modules CodeGlyphX.BitMatrix
- decoded CodeGlyphX.Pdf417.Pdf417Decoded@
public static Boolean TryDecode(BitMatrix modules, out String value, out Pdf417DecodeDiagnostics diagnostics) #BooleanAttempts to decode a PDF417 symbol from a module matrix, with cancellation.
Parameters
- modules CodeGlyphX.BitMatrix
- cancellationToken System.Threading.CancellationToken
- value System.String@
TryDecode(CodeGlyphX.BitMatrix modules, System.Threading.CancellationToken cancellationToken, CodeGlyphX.Pdf417.Pdf417Decoded@ decoded) #Attempts to decode a PDF417 symbol from a module matrix, with cancellation and Macro metadata when present.
Parameters
- modules CodeGlyphX.BitMatrix
- cancellationToken System.Threading.CancellationToken
- decoded CodeGlyphX.Pdf417.Pdf417Decoded@
TryDecode(CodeGlyphX.BitMatrix modules, System.String@ value, CodeGlyphX.Pdf417DecodeDiagnostics@ diagnostics) #Attempts to decode a PDF417 symbol from a module matrix, with diagnostics.
Parameters
- modules CodeGlyphX.BitMatrix
- value System.String@
- diagnostics CodeGlyphX.Pdf417DecodeDiagnostics@
public static Boolean TryDecode(BitMatrix modules, CancellationToken cancellationToken, out String value, out Pdf417DecodeDiagnostics diagnostics) #BooleanAttempts to decode a PDF417 symbol from a module matrix, with cancellation and diagnostics.
Parameters
- modules CodeGlyphX.BitMatrix
- cancellationToken System.Threading.CancellationToken
- value System.String@
- diagnostics CodeGlyphX.Pdf417DecodeDiagnostics@
public static Boolean TryDecode(Byte[] pixels, Int32 width, Int32 height, Int32 stride, PixelFormat format, out Pdf417Decoded decoded) #BooleanAttempts to decode a PDF417 symbol from pixels.
Parameters
- pixels System.ReadOnlySpan{System.Byte}
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- value System.String@
public static Boolean TryDecode(Byte[] pixels, Int32 width, Int32 height, Int32 stride, PixelFormat format, CancellationToken cancellationToken, out Pdf417Decoded decoded) #BooleanAttempts to decode a PDF417 symbol from pixels, with cancellation.
Parameters
- pixels System.ReadOnlySpan{System.Byte}
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- cancellationToken System.Threading.CancellationToken
- value System.String@
TryDecode(System.ReadOnlySpan{System.Byte} pixels, System.Int32 width, System.Int32 height, System.Int32 stride, CodeGlyphX.PixelFormat format, System.String@ value, CodeGlyphX.Pdf417DecodeDiagnostics@ diagnostics) #Attempts to decode a PDF417 symbol from pixels, with diagnostics.
Parameters
- pixels System.ReadOnlySpan{System.Byte}
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- value System.String@
- diagnostics CodeGlyphX.Pdf417DecodeDiagnostics@
public static Boolean TryDecode(Byte[] pixels, Int32 width, Int32 height, Int32 stride, PixelFormat format, CancellationToken cancellationToken, out String value, out Pdf417DecodeDiagnostics diagnostics) #BooleanAttempts to decode a PDF417 symbol from pixels, with cancellation and diagnostics.
Parameters
- pixels System.ReadOnlySpan{System.Byte}
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- cancellationToken System.Threading.CancellationToken
- value System.String@
- diagnostics CodeGlyphX.Pdf417DecodeDiagnostics@
TryDecode(System.ReadOnlySpan{System.Byte} pixels, System.Int32 width, System.Int32 height, System.Int32 stride, CodeGlyphX.PixelFormat format, CodeGlyphX.Pdf417.Pdf417Decoded@ decoded) #Attempts to decode a PDF417 symbol from pixels, including Macro metadata when present.
Parameters
- pixels System.ReadOnlySpan{System.Byte}
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- decoded CodeGlyphX.Pdf417.Pdf417Decoded@
TryDecode(System.ReadOnlySpan{System.Byte} pixels, System.Int32 width, System.Int32 height, System.Int32 stride, CodeGlyphX.PixelFormat format, System.Threading.CancellationToken cancellationToken, CodeGlyphX.Pdf417.Pdf417Decoded@ decoded) #Attempts to decode a PDF417 symbol from pixels, with cancellation and Macro metadata when present.
Parameters
- pixels System.ReadOnlySpan{System.Byte}
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- cancellationToken System.Threading.CancellationToken
- decoded CodeGlyphX.Pdf417.Pdf417Decoded@
TryDecode(System.Byte[] pixels, System.Int32 width, System.Int32 height, System.Int32 stride, CodeGlyphX.PixelFormat format, System.String@ value) #Attempts to decode a PDF417 symbol from pixels.
Parameters
- pixels System.Byte[]
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- value System.String@
TryDecode(System.Byte[] pixels, System.Int32 width, System.Int32 height, System.Int32 stride, CodeGlyphX.PixelFormat format, System.Threading.CancellationToken cancellationToken, System.String@ value) #Attempts to decode a PDF417 symbol from pixels, with cancellation.
Parameters
- pixels System.Byte[]
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- cancellationToken System.Threading.CancellationToken
- value System.String@
TryDecode(System.Byte[] pixels, System.Int32 width, System.Int32 height, System.Int32 stride, CodeGlyphX.PixelFormat format, System.String@ value, CodeGlyphX.Pdf417DecodeDiagnostics@ diagnostics) #Attempts to decode a PDF417 symbol from pixels, with diagnostics.
Parameters
- pixels System.Byte[]
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- value System.String@
- diagnostics CodeGlyphX.Pdf417DecodeDiagnostics@
TryDecode(System.Byte[] pixels, System.Int32 width, System.Int32 height, System.Int32 stride, CodeGlyphX.PixelFormat format, System.Threading.CancellationToken cancellationToken, System.String@ value, CodeGlyphX.Pdf417DecodeDiagnostics@ diagnostics) #Attempts to decode a PDF417 symbol from pixels, with cancellation and diagnostics.
Parameters
- pixels System.Byte[]
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- cancellationToken System.Threading.CancellationToken
- value System.String@
- diagnostics CodeGlyphX.Pdf417DecodeDiagnostics@
TryDecode(System.Byte[] pixels, System.Int32 width, System.Int32 height, System.Int32 stride, CodeGlyphX.PixelFormat format, CodeGlyphX.Pdf417.Pdf417Decoded@ decoded) #Attempts to decode a PDF417 symbol from pixels, including Macro metadata when present.
Parameters
- pixels System.Byte[]
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- decoded CodeGlyphX.Pdf417.Pdf417Decoded@
TryDecode(System.Byte[] pixels, System.Int32 width, System.Int32 height, System.Int32 stride, CodeGlyphX.PixelFormat format, System.Threading.CancellationToken cancellationToken, CodeGlyphX.Pdf417.Pdf417Decoded@ decoded) #Attempts to decode a PDF417 symbol from pixels, with cancellation and Macro metadata when present.
Parameters
- pixels System.Byte[]
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- cancellationToken System.Threading.CancellationToken
- decoded CodeGlyphX.Pdf417.Pdf417Decoded@