SymbologyOptionsPDF417RowCount Property ByteScout Barcode SDK
This property is used only when PDF417UseManualSize == true. Gets or sets the exact data row count for PDF417 barcodes. Set this property to zero to automatically calculate it according to the given column count.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax

public int PDF417RowCount { get; set; }

Property Value

Type: Int32
The exact data row count for PDF417 barcodes.
See Also

Reference