Table of contents
Swift
Objective-C

PDF417Details

PDF417Details represents detailed information specific to a PDF417 barcode.

Definition

Namespace: Dynamsoft.BarcodeReader.Maui

Assembly: Dynamsoft.BarcodeReader.Maui

class PDF417Details

Properties

Property Type Description
Rows int The number of rows in the PDF417 barcode.
Codewords int[]? The code words of the PDF417 barcode.
Columns int The number of columns in the PDF417 barcode.
ErrorCorrectionLevel int The error correction level of PDF417 code.
HasLeftRowIndicator bool Indicates whether the left row indicator of the PDF417 code exists.
HasRightRowIndicator bool Indicates whether the right row indicator of the PDF417 code exists.

Rows

The number of rows in the PDF417 barcode, indicating how many rows of modules it contains.

int Rows { get; }

Codewords

The code words of the PDF417 barcode.

int[]? Codewords { get; }

Columns

The number of columns in the PDF417 barcode, indicating how many columns of modules it contains.

int Columns { get; }

ErrorCorrectionLevel

The error correction level of the PDF417 code.

int ErrorCorrectionLevel { get; }

HasLeftRowIndicator

Indicates whether the left row indicator of the PDF417 code exists. If the value is true, the PDF417 barcode has the left row indicator. Otherwise, it does not have the left row indicator. The left row indicator is used to denote the start of a new row in the barcode.

bool hasLeftRowIndicator { get; }

HasRightRowIndicator

Indicates whether the right row indicator of the PDF417 code exists. If the value is true, the PDF417 barcode has the right row indicator. Otherwise, it does not have the right row indicator. The right row indicator is used to denote the end of a row in the barcode.

bool hasRightRowIndicator { get; }

This page is compatible for: