Skip to main content

PDF417Options.Rows Property

Gets or sets the number of rows used to construct a PDF417 Code.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public int Rows { get; set; }

Property Value

Type Description
Int32

An integer that is the number of rows. The default is 3.

Property Paths

You can access this nested property as listed below:

Object Type Path to Rows
BarCodeOptions
.PDF417 .Rows

Remarks

The height of a PDF417 Code is determined by the Rows value that is the number of rows in the code symbol.

See Also