API Reference
Pdf417Decoder
Decodes PDF417 barcodes.
Inheritance
- Object
- Pdf417Decoder
Methods
public static Boolean TryDecode(BitMatrix modules, out String value) #BooleanAttempts to decode a PDF417 symbol from a module matrix.
Parameters
- modules CodeGlyphX.BitMatrix
- value System.String@
public static Boolean TryDecode(BitMatrix modules, out Pdf417Decoded decoded) #BooleanAttempts 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, CancellationToken cancellationToken, out String value) #BooleanAttempts to decode a PDF417 symbol from a module matrix, with cancellation.
Parameters
- modules CodeGlyphX.BitMatrix
- cancellationToken System.Threading.CancellationToken
- value System.String@
public static Boolean TryDecode(BitMatrix modules, CancellationToken cancellationToken, out Pdf417Decoded decoded) #BooleanAttempts 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@
public static Boolean TryDecode(BitMatrix modules, out String value, out Pdf417DecodeDiagnostics diagnostics) #BooleanAttempts 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(ReadOnlySpan<Byte> pixels, Int32 width, Int32 height, Int32 stride, PixelFormat format, out String value) #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(ReadOnlySpan<Byte> pixels, Int32 width, Int32 height, Int32 stride, PixelFormat format, CancellationToken cancellationToken, out String value) #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@
public static Boolean TryDecode(ReadOnlySpan<Byte> pixels, Int32 width, Int32 height, Int32 stride, PixelFormat format, out String value, out Pdf417DecodeDiagnostics diagnostics) #BooleanAttempts 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(ReadOnlySpan<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@
public static Boolean TryDecode(ReadOnlySpan<Byte> pixels, Int32 width, Int32 height, Int32 stride, PixelFormat format, out Pdf417Decoded decoded) #BooleanAttempts 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@
public static Boolean TryDecode(ReadOnlySpan<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 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@
public static Boolean TryDecode(Byte[] pixels, Int32 width, Int32 height, Int32 stride, PixelFormat format, out String value) #BooleanAttempts 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@
public static Boolean TryDecode(Byte[] pixels, Int32 width, Int32 height, Int32 stride, PixelFormat format, CancellationToken cancellationToken, out String value) #BooleanAttempts 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@
public static Boolean TryDecode(Byte[] pixels, Int32 width, Int32 height, Int32 stride, PixelFormat format, out String value, out Pdf417DecodeDiagnostics diagnostics) #BooleanAttempts 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@
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.Byte[]
- width System.Int32
- height System.Int32
- stride System.Int32
- format CodeGlyphX.PixelFormat
- 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, 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@
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 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@