Pdf417Encoder.CreateBarcodeMatrix Method

PDF File Writer

Pdf417EncoderCreateBarcodeMatrix Method

Create black and white boolean matrix of the barcode image

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public bool[,] CreateBarcodeMatrix()

Return Value

Type: Boolean
bool matrix [row, col] true=black, false=white
See Also